me
/
guix
Archived
1
0
Fork 0

gnu: python2-munkres: Use HTTPS home page.

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

View File

@ -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),