gnu: fabric: Use HTTPS home page URI.
* gnu/packages/admin.scm (fabric)[home-page]: Use HTTPS URI.master
parent
1977e857ae
commit
a06faea965
|
@ -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
|
||||||
|
|
Reference in New Issue