summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-19 01:44:05 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-17 17:12:47 +0100
commit7969789efe964fe715371e4acee6a915d4987c02 (patch)
treeca5954ee9399c69bae5c86d5b46206eefe3550f7
parente04dd2d6d14c7d3c096754fe08a852fc80bd23ff (diff)
downloadguix-7969789efe964fe715371e4acee6a915d4987c02.tar.gz
gnu: rsnapshot: Use HTTPS home page.
* gnu/packages/backup.scm (rsnapshot)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/backup.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index 00a7bcc70f..9d8d984cb2 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -451,7 +451,7 @@ rdiff-backup is easy to use and settings have sensible defaults.")
     (inputs
      `(("perl" ,perl)
        ("rsync" ,rsync)))
-    (home-page "http://rsnapshot.org")
+    (home-page "https://rsnapshot.org")
     (synopsis "Deduplicating snapshot backup utility based on rsync")
     (description "rsnapshot is a file system snapshot utility based on rsync.
 rsnapshot makes it easy to make periodic snapshots of local machines, and