guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: ansible: Use HTTPS for home page.


From: Tobias Geerinckx-Rice
Subject: 01/04: gnu: ansible: Use HTTPS for home page.
Date: Mon, 1 Jan 2018 19:52:47 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ff18d0f18644a4bd6b2130f3c4f6a6890a833d26
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jan 1 17:17:05 2018 +0000

    gnu: ansible: Use HTTPS for home page.
    
    * gnu/packages/admin.scm (ansible)[home-page]: Use HTTPS.
---
 gnu/packages/admin.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f8b0cc3..dd24ff0 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]