pythonPackages.gmpy2: update homepage

This commit is contained in:
Adam Finn Tulinius
2018-09-18 14:29:48 +02:00
committed by GitHub
parent 96757b7181
commit c7e35b256c

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