gnu: python-eventlet: Use HTTPS home page URI.

* gnu/packages/python-xyz.scm (python-eventlet)[home-page]: Use HTTPS URI.
This commit is contained in:
Brett Gilio 2019-12-23 17:28:14 -06:00
parent c9876c9b13
commit bff3661726
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -1066,7 +1066,7 @@ (define-public python-eventlet
(arguments (arguments
;; TODO: Requires unpackaged 'enum-compat'. ;; TODO: Requires unpackaged 'enum-compat'.
'(#:tests? #f)) '(#:tests? #f))
(home-page "http://eventlet.net") (home-page "https://eventlet.net")
(synopsis "Concurrent networking library for Python") (synopsis "Concurrent networking library for Python")
(description (description
"Eventlet is a concurrent networking library for Python that "Eventlet is a concurrent networking library for Python that