gnu: python-pyev: Update home page.

* gnu/packages/python-xyz.scm (python-pyev)[home-page]: Update URI.
This commit is contained in:
Nicolas Goaziou 2021-02-28 11:32:03 +01:00
parent c2424076fb
commit b6e90b3bed
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -14762,7 +14762,7 @@ (define-public python-pyev
(string-append "libev_dll_name = \"" libev "\"")))))))))
(inputs
`(("libev" ,libev)))
(home-page "http://pythonhosted.org/pyev/")
(home-page "https://github.com/gabrielfalcao/pyev")
(synopsis "Python libev interface")
(description "Pyev provides a Python interface to libev.")
(license license:gpl3)))