Merge pull request #46831 from adamtulinius/patch-4

pythonPackages.gmpy2: update homepage
This commit is contained in:
Jörg Thalheim 2018-09-18 13:53:44 +01:00 committed by GitHub
commit 73ef166d80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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