gnu: python-gipc: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-gipc)[home-page]: Use HTTPS.master
parent
d3d73bd650
commit
fd3ae040cf
|
@ -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},
|
||||
|
|
Reference in New Issue