summary refs log tree commit diff
diff options
context:
space:
mode:
authorBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2020-02-28 22:23:38 +0100
committerBjörn Höfling <bjoern.hoefling@bjoernhoefling.de>2020-02-29 12:21:40 +0100
commita06faea965e3a37ff9b7d55fd0d2380f9ffc18a4 (patch)
tree2510be5b488350ec12e46e395a5eb39b8535517c
parent1977e857ae6e8a52085870f47427bebde26403e5 (diff)
downloadguix-a06faea965e3a37ff9b7d55fd0d2380f9ffc18a4.tar.gz
gnu: fabric: Use HTTPS home page URI.
* gnu/packages/admin.scm (fabric)[home-page]: Use HTTPS URI.
-rw-r--r--gnu/packages/admin.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 093b4cc002..4e3c1ad56e 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