guix-commits
[Top][All Lists]
Advanced

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

25/27: gnu: python2-enum: Use HTTPS home page.


From: guix-commits
Subject: 25/27: gnu: python2-enum: Use HTTPS home page.
Date: Sun, 16 Feb 2020 16:59:30 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a1b867e4fabe583bb8274aedb2e52060830b5b38
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 19:37:51 2020 +0100

    gnu: python2-enum: Use HTTPS home page.
    
    * gnu/packages/python-xyz.scm (python2-enum)[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 fa38e47..bbcf936 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1393,7 +1393,7 @@ bug tracker.")
     (build-system python-build-system)
     (arguments
      `(#:python ,python-2))
-    (home-page "http://pypi.python.org/pypi/enum/";)
+    (home-page "https://pypi.python.org/pypi/enum/";)
     (synopsis "Robust enumerated type support in Python")
     (description
      "This provides a module for robust enumerations in Python.  It has



reply via email to

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