gnu: python-eventlet: Use HTTPS home page URI.
* gnu/packages/python-xyz.scm (python-eventlet)[home-page]: Use HTTPS URI.master
parent
c9876c9b13
commit
bff3661726
|
@ -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
|
||||
|
|
Reference in New Issue