gnu: fabric: Use HTTPS home page URI.

* gnu/packages/admin.scm (fabric)[home-page]: Use HTTPS URI.
This commit is contained in:
Björn Höfling 2020-02-28 22:23:38 +01:00
parent 1977e857ae
commit a06faea965
No known key found for this signature in database
GPG key ID: BF286CB6593E5FFD

View file

@ -2909,7 +2909,7 @@ (define-public fabric
("python2-bcrypt" ,python2-bcrypt)))
(propagated-inputs
`(("python2-paramiko" ,python2-paramiko)))
(home-page "http://fabfile.org")
(home-page "https://www.fabfile.org/")
(synopsis "Simple Pythonic remote execution and deployment tool")
(description
"Fabric is designed to upload files and run shell commands on a number of