mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-future: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-future)[home-page]: Use HTTPS.
This commit is contained in:
parent
20c604c54e
commit
02d1fd03ad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue