gnu: python2-pyro: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python2-pyro)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-21 00:57:00 +01:00
parent 8c9b6f3299
commit 26be188f35
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -15135,7 +15135,7 @@ (define-public python2-pyro
`(#: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