gnu: python-gipc: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-gipc)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 22:25:23 +01:00
parent d3d73bd650
commit fd3ae040cf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -15331,7 +15331,7 @@ (define-public python-gipc
`(("unzip" ,unzip)))
(propagated-inputs
`(("python-gevent" ,python-gevent)))
(home-page "http://gehrcke.de/gipc")
(home-page "https://gehrcke.de/gipc/")
(synopsis "Child process management in the context of gevent")
(description "Usage of Python's multiprocessing package in a
gevent-powered application may raise problems. With @code{gipc},