gnu: python-future: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-future)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-21 00:01:24 +01:00
parent 20c604c54e
commit 02d1fd03ad
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -10345,7 +10345,7 @@ (define-public python-future
;; 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