summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 19:56:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 03:21:45 +0100
commit78f8780e9fbf5a8346a6ea19b5599f5f4114383b (patch)
tree800ec81dab1db7d2fc6610721f77e3f94a8700f8
parentd46646d9c772fb699ca24a56f815695eecdcb513 (diff)
downloadpatches-78f8780e9fbf5a8346a6ea19b5599f5f4114383b.tar
patches-78f8780e9fbf5a8346a6ea19b5599f5f4114383b.tar.gz
gnu: python2-munkres: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python2-munkres)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/python-xyz.scm2
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),