guix-commits
[Top][All Lists]
Advanced

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

04/10: gnu: python2-pyro: Use HTTPS home page.


From: guix-commits
Subject: 04/10: gnu: python2-pyro: Use HTTPS home page.
Date: Sat, 21 Mar 2020 15:45:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 26be188f35e93868dac4b899dd128c553a74558b
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 21 00:57:00 2020 +0100

    gnu: python2-pyro: Use HTTPS home page.
    
    * gnu/packages/python-xyz.scm (python2-pyro)[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 f086985..58e7790 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15135,7 +15135,7 @@ objects on other machines, also known as remote 
procedure calls (RPC).")
      `(#:python ,python-2
        ;; Pyro has no test cases for automatic execution
        #:tests? #f))
-    (home-page "http://pythonhosted.org/Pyro/";)
+    (home-page "https://pythonhosted.org/Pyro/";)
     (synopsis "Distributed object manager for Python")
     (description "Pyro is a Distributed Object Technology system
 written in Python that is designed to be easy to use.  It resembles



reply via email to

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