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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ buildPythonPackage {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "GMP/MPIR, MPFR, and MPC interface to Python 2.6+ and 3.x"; 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; license = licenses.gpl3Plus;
}; };
} }