From 74d1f4c20b8aec44da2e57d5ce85393314876bf5 Mon Sep 17 00:00:00 2001 From: Adam Finn Tulinius Date: Tue, 18 Sep 2018 14:25:28 +0200 Subject: [PATCH] pythonPackages.gmpy: update homepage --- pkgs/development/python-modules/gmpy/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/gmpy/default.nix b/pkgs/development/python-modules/gmpy/default.nix index 81af4b5e5501..73f1175e0bd6 100644 --- a/pkgs/development/python-modules/gmpy/default.nix +++ b/pkgs/development/python-modules/gmpy/default.nix @@ -19,6 +19,6 @@ buildPythonPackage { meta = { description = "GMP or MPIR interface to Python 2.4+ and 3.x"; - homepage = http://code.google.com/p/gmpy/; + homepage = https://github.com/aleaxit/gmpy/; }; }