me
/
guix
Archived
1
0
Fork 0

gnu: fabric: Use HTTPS home page URI.

* gnu/packages/admin.scm (fabric)[home-page]: Use HTTPS URI.
master
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
1 changed files with 1 additions and 1 deletions

View File

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