summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdam Finn Tulinius <mail@adamtulinius.dk>2018-09-18 14:29:48 +0200
committerGitHub <noreply@github.com>2018-09-18 14:29:48 +0200
commitc7e35b256c773e4df700e61385a832428211859b (patch)
tree91bbee49542af2d9e2c3a84045e3e206f58e0a4d
parent96757b7181ee9e4e05f0cc1c71957475524d18ca (diff)
downloadnixlib-c7e35b256c773e4df700e61385a832428211859b.tar
nixlib-c7e35b256c773e4df700e61385a832428211859b.tar.gz
nixlib-c7e35b256c773e4df700e61385a832428211859b.tar.bz2
nixlib-c7e35b256c773e4df700e61385a832428211859b.tar.lz
nixlib-c7e35b256c773e4df700e61385a832428211859b.tar.xz
nixlib-c7e35b256c773e4df700e61385a832428211859b.tar.zst
nixlib-c7e35b256c773e4df700e61385a832428211859b.zip
pythonPackages.gmpy2: update homepage
-rw-r--r--pkgs/development/python-modules/gmpy2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/gmpy2/default.nix b/pkgs/development/python-modules/gmpy2/default.nix
index 5d1f82356a01..a03188bb8f2c 100644
--- a/pkgs/development/python-modules/gmpy2/default.nix
+++ b/pkgs/development/python-modules/gmpy2/default.nix
@@ -19,7 +19,7 @@ buildPythonPackage {
 
   meta = with stdenv.lib; {
     description = "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x";
-    homepage = http://code.google.com/p/gmpy/;
+    homepage = https://github.com/aleaxit/gmpy/;
     license = licenses.gpl3Plus;
   };
 }