This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new fb8e5f5 gnu: borgmatic: Fix typo in description.
fb8e5f5 is described below
commit fb8e5f530ed52fda77066da2e7476dd1343c3b2c
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Nov 15 21:17:21 2021 +0100
gnu: borgmatic: Fix typo in description.
* gnu/packages/backup.scm (borgmatic): Fix typo, "software" being a mass
noun.
---
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 a5807d7..d30e546 100644
--- a/gnu/packages/backup.scm
+++ b/gnu/packages/backup.scm
@@ -1216,7 +1216,7 @@ compression parameters used by Gzip.")
(home-page "https://torsion.org/borgmatic/")
(synopsis "Simple, configuration-driven backup software")
(description
- "borgmatic is a simple, configuration-driven backup software for servers
+ "borgmatic is simple, configuration-driven backup software for servers
and workstations. Protect your files with client-side encryption. Backup
your databases too. Monitor it all with integrated third-party services.
borgmatic is powered by borg.")