gnu: python-scikit-learn: Use HTTPS home page.
* gnu/packages/machine-learning.scm (python-scikit-learn)[home-page]: Use HTTPS.master
parent
26be188f35
commit
e51b34bb90
|
@ -842,7 +842,7 @@ computing environments.")
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-numpy" ,python-numpy)
|
`(("python-numpy" ,python-numpy)
|
||||||
("python-scipy" ,python-scipy)))
|
("python-scipy" ,python-scipy)))
|
||||||
(home-page "http://scikit-learn.org/")
|
(home-page "https://scikit-learn.org/")
|
||||||
(synopsis "Machine Learning in Python")
|
(synopsis "Machine Learning in Python")
|
||||||
(description
|
(description
|
||||||
"Scikit-learn provides simple and efficient tools for data mining and
|
"Scikit-learn provides simple and efficient tools for data mining and
|
||||||
|
|
Reference in New Issue