summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 19:49:41 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 03:21:45 +0100
commitd46646d9c772fb699ca24a56f815695eecdcb513 (patch)
treeff713667a63def90bbd0eea079617d6c163f4c82
parent19115138257768fad6467ef2c22428c013798357 (diff)
downloadpatches-d46646d9c772fb699ca24a56f815695eecdcb513.tar
patches-d46646d9c772fb699ca24a56f815695eecdcb513.tar.gz
gnu: python-blinker: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-blinker)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bbcf936c4c..655a9d15f2 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