guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

15/20: gnu: python-gipc: Use HTTPS home page.


From: guix-commits
Subject: 15/20: gnu: python-gipc: Use HTTPS home page.
Date: Mon, 2 Mar 2020 23:24:03 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit fd3ae040cfeb72f96a13f5168d33279d2e6aeea5
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:25:23 2020 +0100

    gnu: python-gipc: Use HTTPS home page.
    
    * gnu/packages/python-xyz.scm (python-gipc)[home-page]: Use HTTPS.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ec893d4..0ae8a91 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},



reply via email to

[Prev in Thread] Current Thread [Next in Thread]