From bff3661726501ed8c79fd4cfcc677b3161377730 Mon Sep 17 00:00:00 2001 From: Brett Gilio Date: Mon, 23 Dec 2019 17:28:14 -0600 Subject: gnu: python-eventlet: Use HTTPS home page URI. * gnu/packages/python-xyz.scm (python-eventlet)[home-page]: Use HTTPS URI. --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/python-xyz.scm') 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 -- cgit v1.2.3