summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 00:01:24 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-21 20:42:51 +0100
commit02d1fd03ad476c1f37a2a4b8ff55426ed25059f2 (patch)
tree9818ea12184659c60207ee61fc1229a1c0fe14bb
parent20c604c54e122d09880c75568d48fae58cbb8785 (diff)
downloadpatches-02d1fd03ad476c1f37a2a4b8ff55426ed25059f2.tar
patches-02d1fd03ad476c1f37a2a4b8ff55426ed25059f2.tar.gz
gnu: python-future: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-future)[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 58e77900a5..9361d6664a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10345,7 +10345,7 @@ development version of CPython that are not available in older releases.")
;; https://github.com/PythonCharmers/python-future/issues/210
(arguments
`(#:tests? #f))
- (home-page "http://python-future.org")
+ (home-page "https://python-future.org")
(synopsis "Single-source support for Python 3 and 2")
(description
"@code{python-future} is the missing compatibility layer between Python 2 and