diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:57:54 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-04 20:59:52 +0100 |
commit | b5544cb4d41922c846d3c09bf632f8bdadd3db08 (patch) | |
tree | 70bf9261753e6c0ee4d0a7e414883d782bbe67c8 | |
parent | b07e73a2bca4a4d19f77f7c4db9582eb4a338bcc (diff) |
gnu: python-invoke: Use HTTPS home page.
* gnu/packages/python-xyz.scm (python-invoke)[home-page]: Use HTTPS.
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 1ea7e3e5e2..4473a0df2c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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) |