guix-commits
[Top][All Lists]
Advanced

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

17/20: gnu: python-contextlib2: Use HTTPS home page.


From: guix-commits
Subject: 17/20: gnu: python-contextlib2: Use HTTPS home page.
Date: Mon, 2 Mar 2020 23:24:04 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a0fdade220e320e9274832ee3ee4beda72f011cc
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:34:35 2020 +0100

    gnu: python-contextlib2: Use HTTPS home page.
    
    * gnu/packages/python-xyz.scm (python-contextlib2)[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 0ae8a91..f3519b7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8312,7 +8312,7 @@ be set via config files and/or environment variables.")
         (base32
          "0j6ad6lwwyc9kv71skj098v5l7x5biyj2hs4lc5x1kcixqcr97sh"))))
     (build-system python-build-system)
-    (home-page "http://contextlib2.readthedocs.org/";)
+    (home-page "https://contextlib2.readthedocs.org/";)
     (synopsis "Tools for decorators and context managers")
     (description "This module is primarily a backport of the Python
 3.2 contextlib to earlier Python versions.  Like contextlib, it



reply via email to

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