guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: fabric: Use HTTPS home page URI.


From: guix-commits
Subject: 05/08: gnu: fabric: Use HTTPS home page URI.
Date: Sat, 29 Feb 2020 06:35:04 -0500 (EST)

hoebjo pushed a commit to branch master
in repository guix.

commit a06faea965e3a37ff9b7d55fd0d2380f9ffc18a4
Author: Björn Höfling <address@hidden>
AuthorDate: Fri Feb 28 22:23:38 2020 +0100

    gnu: fabric: Use HTTPS home page URI.
    
    * gnu/packages/admin.scm (fabric)[home-page]: Use HTTPS URI.
---
 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 093b4cc..4e3c1ad 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2909,7 +2909,7 @@ Intel DRM Driver.")
        ("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



reply via email to

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