mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: fabric: Use HTTPS home page URI.
* gnu/packages/admin.scm (fabric)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
1977e857ae
commit
a06faea965
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue