aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Gilio <brettg@gnu.org>2019-12-23 17:28:14 -0600
committerBrett Gilio <brettg@gnu.org>2019-12-23 17:28:14 -0600
commitbff3661726501ed8c79fd4cfcc677b3161377730 (patch)
tree8279ac108171af7227ab5d8902daab89df8359b2
parentc9876c9b13eabe96c516be12526e72a6956d0c20 (diff)
downloadguix-bff3661726501ed8c79fd4cfcc677b3161377730.tar
guix-bff3661726501ed8c79fd4cfcc677b3161377730.tar.gz
gnu: python-eventlet: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-eventlet)[home-page]: Use HTTPS URI.
-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 615843d51e..4b01231c29 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1066,7 +1066,7 @@ standard.")
(arguments
;; TODO: Requires unpackaged 'enum-compat'.
'(#:tests? #f))
- (home-page "http://eventlet.net")
+ (home-page "https://eventlet.net")
(synopsis "Concurrent networking library for Python")
(description
"Eventlet is a concurrent networking library for Python that