diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 20:08:27 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-19 23:48:15 +0100 |
| commit | 082c733c1d7e20efd736cd79bc2ad7641223d37a (patch) | |
| tree | 83c48a6f24eb7ba0145ee74cd1d37503f9694672 /gnu/packages/python-science.scm | |
| parent | 1dc184b4417e6cff06c63ecc9fca74c03be98058 (diff) | |
gnu: python-scikit-image: Use HTTPS home page.
* gnu/packages/python-science.scm (python-scikit-image)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index b4241362ba7..8dcc6e77e64 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -189,7 +189,7 @@ routines such as routines for numerical integration and optimization.") | |||
| 189 | ("python-six" ,python-six))) | 189 | ("python-six" ,python-six))) |
| 190 | (native-inputs | 190 | (native-inputs |
| 191 | `(("python-cython" ,python-cython))) | 191 | `(("python-cython" ,python-cython))) |
| 192 | (home-page "http://scikit-image.org/") | 192 | (home-page "https://scikit-image.org/") |
| 193 | (synopsis "Image processing in Python") | 193 | (synopsis "Image processing in Python") |
| 194 | (description | 194 | (description |
| 195 | "Scikit-image is a collection of algorithms for image processing.") | 195 | "Scikit-image is a collection of algorithms for image processing.") |
