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:
Tobias Geerinckx-Rice 2020-01-18 20:08:27 +01:00
parent 1dc184b441
commit 082c733c1d
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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.")