forked from mirrors/nixpkgs
pythonPackages.gmpy2: update homepage
This commit is contained in:
parent
96757b7181
commit
c7e35b256c
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue