summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 00:57:00 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 20:42:50 +0100
commit26be188f35e93868dac4b899dd128c553a74558b (patch)
treefa14d3672df896ec4ec76686c3f36c9176952350
parent8c9b6f3299d8f1219286cb835ad187c418e69585 (diff)
downloadpatches-26be188f35e93868dac4b899dd128c553a74558b.tar
patches-26be188f35e93868dac4b899dd128c553a74558b.tar.gz
gnu: python2-pyro: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python2-pyro)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f08698532b..58e77900a5 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