guix-commits
[Top][All Lists]
Advanced

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

07/10: gnu: python-future: Use HTTPS home page.


From: guix-commits
Subject: 07/10: gnu: python-future: Use HTTPS home page.
Date: Sat, 21 Mar 2020 15:45:06 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 02d1fd03ad476c1f37a2a4b8ff55426ed25059f2
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 21 00:01:24 2020 +0100

    gnu: python-future: Use HTTPS home page.
    
    * gnu/packages/python-xyz.scm (python-future)[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 58e7790..9361d66 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10345,7 +10345,7 @@ development version of CPython that are not available 
in older releases.")
     ;; https://github.com/PythonCharmers/python-future/issues/210
     (arguments
      `(#:tests? #f))
-    (home-page "http://python-future.org";)
+    (home-page "https://python-future.org";)
     (synopsis "Single-source support for Python 3 and 2")
     (description
      "@code{python-future} is the missing compatibility layer between Python 2 
and



reply via email to

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