guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/15: gnu: python2-munkres: Use HTTPS home page.


From: guix-commits
Subject: 06/15: gnu: python2-munkres: Use HTTPS home page.
Date: Sun, 16 Feb 2020 23:29:43 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 78f8780e9fbf5a8346a6ea19b5599f5f4114383b
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 19:56:00 2020 +0100

    gnu: python2-munkres: Use HTTPS home page.
    
    * gnu/packages/python-xyz.scm (python2-munkres)[home-page]: Use HTTPS.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 655a9d1..b1fa529 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),



reply via email to

[Prev in Thread] Current Thread [Next in Thread]