mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: rsnapshot: Use HTTPS home page.
* gnu/packages/backup.scm (rsnapshot)[home-page]: Use HTTPS.
This commit is contained in:
parent
e04dd2d6d1
commit
7969789efe
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ (define-public rsnapshot
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue