pythonPackages.numpy: update homepage

This commit is contained in:
Jonathan Ringer
2019-12-07 09:26:59 +01:00
committed by Frederik Rietdijk
parent 7044d28183
commit f51fe315e0
@@ -66,7 +66,7 @@ in buildPythonPackage rec {
meta = { meta = {
description = "Scientific tools for Python"; description = "Scientific tools for Python";
homepage = http://numpy.scipy.org/; homepage = https://numpy.org/;
maintainers = with lib.maintainers; [ fridh ]; maintainers = with lib.maintainers; [ fridh ];
}; };
} }