mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -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
|
||||
`(("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
|
||||
|
|
Loading…
Reference in a new issue