mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-invoke: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-invoke)[home-page]: Use HTTPS.
This commit is contained in:
parent
b07e73a2bc
commit
b5544cb4d4
1 changed files with 1 additions and 1 deletions
|
@ -12326,7 +12326,7 @@ projects.")
|
|||
(define-public python-invoke
|
||||
(package
|
||||
(name "python-invoke")
|
||||
(home-page "http://www.pyinvoke.org/")
|
||||
(home-page "https://www.pyinvoke.org/")
|
||||
(version "1.3.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue