nckx pushed a commit to branch master
in repository guix.
commit 18533bcf2de0d4e8774c90f8f737ca627a18f91e
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Mon Nov 27 07:57:35 2017 +0100
gnu: borg: Use new borgbackup.org home page.
* gnu/packages/backup.scm (borg)[home-page]: Update.
---
gnu/packages/backup.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm
index b1c5d4b..f021aa8 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -560,7 +560,7 @@ provide an efficient and secure way to backup data. The
data deduplication
technique used makes Borg suitable for daily backups since only changes are
stored. The authenticated encryption technique makes it suitable for backups
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)))
(define-public attic