mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: borg: Use new borgbackup.org home page.
* gnu/packages/backup.scm (borg)[home-page]: Update.
This commit is contained in:
parent
b46ea394a4
commit
18533bcf2d
1 changed files with 1 additions and 1 deletions
|
@ -560,7 +560,7 @@ (define-public borg
|
||||||
technique used makes Borg suitable for daily backups since only changes are
|
technique used makes Borg suitable for daily backups since only changes are
|
||||||
stored. The authenticated encryption technique makes it suitable for backups
|
stored. The authenticated encryption technique makes it suitable for backups
|
||||||
to not fully trusted targets. Borg is a fork of Attic.")
|
to not fully trusted targets. Borg is a fork of Attic.")
|
||||||
(home-page "https://borgbackup.github.io/borgbackup/")
|
(home-page "https://www.borgbackup.org/")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public attic
|
(define-public attic
|
||||||
|
|
Loading…
Reference in a new issue