~ruther/guix-local

ff18d0f18644a4bd6b2130f3c4f6a6890a833d26 — Tobias Geerinckx-Rice 8 years ago f0904b2
gnu: ansible: Use HTTPS for home page.

* gnu/packages/admin.scm (ansible)[home-page]: Use HTTPS.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/admin.scm
M gnu/packages/admin.scm => gnu/packages/admin.scm +1 -1
@@ 1413,7 1413,7 @@ of supported upstream metrics systems simultaneously.")
       ("python2-paramiko" ,python2-paramiko)))
    (arguments
     `(#:python ,python-2)) ; incompatible with Python 3
    (home-page "http://ansible.com/")
    (home-page "https://www.ansible.com/")
    (synopsis "Radically simple IT automation")
    (description "Ansible is a radically simple IT automation system.  It
handles configuration-management, application deployment, cloud provisioning,