gnu: python-scikit-image: Use HTTPS home page.
* gnu/packages/python-science.scm (python-scikit-image)[home-page]: Use HTTPS.master
parent
1dc184b441
commit
082c733c1d
|
@ -189,7 +189,7 @@ routines such as routines for numerical integration and optimization.")
|
||||||
("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.")
|
||||||
|
|
Reference in New Issue