mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-gipc: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-gipc)[home-page]: Use HTTPS.
This commit is contained in:
parent
d3d73bd650
commit
fd3ae040cf
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Reference in a new issue