gnu: rsnapshot: Use HTTPS home page.

* gnu/packages/backup.scm (rsnapshot)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-19 01:44:05 +01:00
parent e04dd2d6d1
commit 7969789efe
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -451,7 +451,7 @@ (define-public rsnapshot
(inputs (inputs
`(("perl" ,perl) `(("perl" ,perl)
("rsync" ,rsync))) ("rsync" ,rsync)))
(home-page "http://rsnapshot.org") (home-page "https://rsnapshot.org")
(synopsis "Deduplicating snapshot backup utility based on rsync") (synopsis "Deduplicating snapshot backup utility based on rsync")
(description "rsnapshot is a file system snapshot 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 rsnapshot makes it easy to make periodic snapshots of local machines, and