gnu: python2-munkres: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python2-munkres)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 19:56:00 +01:00
parent d46646d9c7
commit 78f8780e9f
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -9431,7 +9431,7 @@ (define-public python-munkres
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:tests? #f)) ; no test suite '(#: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") (synopsis "Implementation of the Munkres algorithm")
(description "The Munkres module provides an implementation of the Munkres (description "The Munkres module provides an implementation of the Munkres
algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm), algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm),