guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: python-py: Use HTTPS home page.


From: Tobias Geerinckx-Rice
Subject: 08/08: gnu: python-py: Use HTTPS home page.
Date: Mon, 20 Aug 2018 12:01:09 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 52773e5cf431e0de709bc3164200df9d443af12f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Aug 19 20:54:47 2018 +0200

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

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 730faf4..b306259 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1765,7 +1765,7 @@ matching them against a list of media-ranges.")
      ;; Expected '/tmp/guix-build-python-py-1.4.31.drv-0/py-1.4.31/py'.
      ;; Is this module globally installed?"
      '(#:tests? #f))
-    (home-page "http://pylib.readthedocs.io/";)
+    (home-page "https://pylib.readthedocs.io/";)
     (synopsis "Python library for parsing, I/O, instrospection, and logging")
     (description
      "Py is a Python library for file name parsing, .ini file parsing, I/O,



reply via email to

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