diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-19 01:44:05 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-02-17 17:12:47 +0100 |
commit | 7969789efe964fe715371e4acee6a915d4987c02 (patch) | |
tree | ca5954ee9399c69bae5c86d5b46206eefe3550f7 /gnu | |
parent | e04dd2d6d14c7d3c096754fe08a852fc80bd23ff (diff) | |
download | patches-7969789efe964fe715371e4acee6a915d4987c02.tar patches-7969789efe964fe715371e4acee6a915d4987c02.tar.gz |
gnu: rsnapshot: Use HTTPS home page.
* gnu/packages/backup.scm (rsnapshot)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/backup.scm | 2 |
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 |