guix-commits
[Top][All Lists]
Advanced

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

05/15: gnu: python-blinker: Use HTTPS home page.


From: guix-commits
Subject: 05/15: gnu: python-blinker: Use HTTPS home page.
Date: Sun, 16 Feb 2020 23:29:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d46646d9c772fb699ca24a56f815695eecdcb513
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 19:49:41 2020 +0100

    gnu: python-blinker: Use HTTPS home page.
    
    * gnu/packages/python-xyz.scm (python-blinker)[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 bbcf936..655a9d1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3201,7 +3201,7 @@ feature-set for programming Python effectively.")
         (base32
          "1dpq0vb01p36jjwbhhd08ylvrnyvcc82yxx3mwjx6awrycjyw6j7"))))
     (build-system python-build-system)
-    (home-page "http://pythonhosted.org/blinker/";)
+    (home-page "https://pythonhosted.org/blinker/";)
     (synopsis "Fast, simple object-to-object and broadcast signaling")
     (description
      "Blinker provides a fast dispatching system that allows any number of



reply via email to

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