pythonPackages.scikitlearn: update homepage link to use HTTPS

This commit is contained in:
Konrad Borowski 2020-04-24 17:01:58 +02:00 committed by Jon
parent ed1136b879
commit 2f49365ab9
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A set of python modules for machine learning and data mining";
homepage = "http://scikit-learn.org";
homepage = "https://scikit-learn.org";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
};

View File

@ -61,7 +61,7 @@ buildPythonPackage rec {
meta = with stdenv.lib; {
description = "A set of python modules for machine learning and data mining";
homepage = "http://scikit-learn.org";
homepage = "https://scikit-learn.org";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
};