diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:25:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-03 05:06:47 +0100 |
commit | fd3ae040cfeb72f96a13f5168d33279d2e6aeea5 (patch) | |
tree | cd936c55c21f13b553293b59a759b54b587d90fe | |
parent | d3d73bd6500c54c5480b0bbd10e9ad3268920457 (diff) | |
download | patches-fd3ae040cfeb72f96a13f5168d33279d2e6aeea5.tar patches-fd3ae040cfeb72f96a13f5168d33279d2e6aeea5.tar.gz |
gnu: python-gipc: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-gipc)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ec893d4264..0ae8a918aa 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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}, |