mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ development version of CPython that are not available in older releases.")
|
||||||
;; https://github.com/PythonCharmers/python-future/issues/210
|
;; https://github.com/PythonCharmers/python-future/issues/210
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
(home-page "http://python-future.org")
|
(home-page "https://python-future.org")
|
||||||
(synopsis "Single-source support for Python 3 and 2")
|
(synopsis "Single-source support for Python 3 and 2")
|
||||||
(description
|
(description
|
||||||
"@code{python-future} is the missing compatibility layer between Python 2 and
|
"@code{python-future} is the missing compatibility layer between Python 2 and
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue