mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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:
parent
c9876c9b13
commit
bff3661726
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue