mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: python-scikit-learn: Use HTTPS home page.
* gnu/packages/machine-learning.scm (python-scikit-learn)[home-page]: Use HTTPS.
This commit is contained in:
parent
26be188f35
commit
e51b34bb90
1 changed files with 1 additions and 1 deletions
|
@ -842,7 +842,7 @@ (define-public python-scikit-learn
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue