mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01: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)))
|
("python-six" ,python-six)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-cython" ,python-cython)))
|
`(("python-cython" ,python-cython)))
|
||||||
(home-page "http://scikit-image.org/")
|
(home-page "https://scikit-image.org/")
|
||||||
(synopsis "Image processing in Python")
|
(synopsis "Image processing in Python")
|
||||||
(description
|
(description
|
||||||
"Scikit-image is a collection of algorithms for image processing.")
|
"Scikit-image is a collection of algorithms for image processing.")
|
||||||
|
|
Loading…
Reference in a new issue