me
/
guix
Archived
1
0
Fork 0

gnu: python-scikit-image: Use HTTPS home page.

* gnu/packages/python-science.scm (python-scikit-image)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ routines such as routines for numerical integration and optimization.")
("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.")