gnu: rsnapshot: Use HTTPS home page.
* gnu/packages/backup.scm (rsnapshot)[home-page]: Use HTTPS.master
parent
e04dd2d6d1
commit
7969789efe
|
@ -451,7 +451,7 @@ rdiff-backup is easy to use and settings have sensible defaults.")
|
||||||
(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
|
||||||
|
|
Reference in New Issue