gnu: python-scikit-learn: Use HTTPS home page.
authorTobias Geerinckx-Rice <me@tobias.gr>
Fri, 20 Mar 2020 23:21:20 +0000 (00:21 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Sat, 21 Mar 2020 19:42:50 +0000 (20:42 +0100)
* gnu/packages/machine-learning.scm (python-scikit-learn)[home-page]: Use HTTPS.

gnu/packages/machine-learning.scm

index 2f82ed5..beb13a8 100644 (file)
@@ -842,7 +842,7 @@ computing environments.")
     (propagated-inputs
      `(("python-numpy" ,python-numpy)
        ("python-scipy" ,python-scipy)))
-    (home-page "http://scikit-learn.org/")
+    (home-page "https://scikit-learn.org/")
     (synopsis "Machine Learning in Python")
     (description
      "Scikit-learn provides simple and efficient tools for data mining and