mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: python2-munkres: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python2-munkres)[home-page]: Use HTTPS.
This commit is contained in:
parent
d46646d9c7
commit
78f8780e9f
1 changed files with 1 additions and 1 deletions
|
@ -9431,7 +9431,7 @@ (define-public python-munkres
|
|||
(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),
|
||||
|
|
Loading…
Reference in a new issue