pythonPackages.numpy: update homepage

This commit is contained in:
Jonathan Ringer 2019-12-06 17:17:29 -08:00 committed by Frederik Rietdijk
parent 7044d28183
commit f51fe315e0
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ in buildPythonPackage rec {
meta = {
description = "Scientific tools for Python";
homepage = http://numpy.scipy.org/;
homepage = https://numpy.org/;
maintainers = with lib.maintainers; [ fridh ];
};
}