diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-11-15 21:17:21 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-11-15 21:17:21 +0100 |
commit | fb8e5f530ed52fda77066da2e7476dd1343c3b2c (patch) | |
tree | fb32a9e52ca3e0c075182eced57649e5bcb30d37 | |
parent | 21332f3b8cb8f407a89cdfe7d0460a9947675872 (diff) |
gnu: borgmatic: Fix typo in description.
* gnu/packages/backup.scm (borgmatic): Fix typo, "software" being a mass noun.
-rw-r--r-- | gnu/packages/backup.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index a5807d7aec..d30e546500 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.") |