me
/
guix
Archived
1
0
Fork 0

gnu: python-gipc: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-gipc)[home-page]: Use HTTPS.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -15331,7 +15331,7 @@ Glob2 currently based on the glob code from Python 3.3.1.")
`(("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},