From c7e35b256c773e4df700e61385a832428211859b Mon Sep 17 00:00:00 2001 From: Adam Finn Tulinius Date: Tue, 18 Sep 2018 14:29:48 +0200 Subject: [PATCH] pythonPackages.gmpy2: update homepage --- pkgs/development/python-modules/gmpy2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/gmpy2/default.nix b/pkgs/development/python-modules/gmpy2/default.nix index 5d1f82356a0..a03188bb8f2 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; }; }