mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: python-scikit-image: Use HTTPS home page.
* gnu/packages/python-science.scm (python-scikit-image)[home-page]: Use HTTPS.
This commit is contained in:
parent
1dc184b441
commit
082c733c1d
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ (define-public python-scikit-image
|
|||
("python-six" ,python-six)))
|
||||
(native-inputs
|
||||
`(("python-cython" ,python-cython)))
|
||||
(home-page "http://scikit-image.org/")
|
||||
(home-page "https://scikit-image.org/")
|
||||
(synopsis "Image processing in Python")
|
||||
(description
|
||||
"Scikit-image is a collection of algorithms for image processing.")
|
||||
|
|
Loading…
Reference in a new issue