gnu: python-invoke: Use HTTPS home page.

* gnu/packages/python-xyz.scm (python-invoke)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 21:57:54 +01:00
parent b07e73a2bc
commit b5544cb4d4
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -12326,7 +12326,7 @@ (define-public python2-incremental
(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)