Merge pull request #46829 from adamtulinius/patch-3

pythonPackages.gmpy: update homepage
This commit is contained in:
Jörg Thalheim
2018-09-18 13:55:02 +01:00
committed by GitHub

View File

@@ -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/;
};
}