gnu: ansible: Use HTTPS for home page.
* gnu/packages/admin.scm (ansible)[home-page]: Use HTTPS.master
parent
f0904b26d1
commit
ff18d0f186
|
@ -1413,7 +1413,7 @@ of supported upstream metrics systems simultaneously.")
|
||||||
("python2-paramiko" ,python2-paramiko)))
|
("python2-paramiko" ,python2-paramiko)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:python ,python-2)) ; incompatible with Python 3
|
`(#:python ,python-2)) ; incompatible with Python 3
|
||||||
(home-page "http://ansible.com/")
|
(home-page "https://www.ansible.com/")
|
||||||
(synopsis "Radically simple IT automation")
|
(synopsis "Radically simple IT automation")
|
||||||
(description "Ansible is a radically simple IT automation system. It
|
(description "Ansible is a radically simple IT automation system. It
|
||||||
handles configuration-management, application deployment, cloud provisioning,
|
handles configuration-management, application deployment, cloud provisioning,
|
||||||
|
|
Reference in New Issue