diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 19:56:00 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-17 03:21:45 +0100 |
commit | 78f8780e9fbf5a8346a6ea19b5599f5f4114383b (patch) | |
tree | 800ec81dab1db7d2fc6610721f77e3f94a8700f8 /gnu | |
parent | d46646d9c772fb699ca24a56f815695eecdcb513 (diff) |
gnu: python2-munkres: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python2-munkres)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 655a9d15f2..b1fa529911 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -9431,7 +9431,7 @@ way.") (build-system python-build-system) (arguments '(#:tests? #f)) ; no test suite - (home-page "http://software.clapper.org/munkres/") + (home-page "https://software.clapper.org/munkres/") (synopsis "Implementation of the Munkres algorithm") (description "The Munkres module provides an implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm), |