mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: python2-pyro: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python2-pyro)[home-page]: Use HTTPS.
This commit is contained in:
parent
8c9b6f3299
commit
26be188f35
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue