about summary refs log tree commit diff
path: root/pkgs/tools/backup/store-backup/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/backup/store-backup/default.nix')
-rw-r--r--pkgs/tools/backup/store-backup/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/backup/store-backup/default.nix b/pkgs/tools/backup/store-backup/default.nix
index c986adeafdcc..84351e19210f 100644
--- a/pkgs/tools/backup/store-backup/default.nix
+++ b/pkgs/tools/backup/store-backup/default.nix
@@ -100,7 +100,7 @@ stdenv.mkDerivation {
   '';
 
   meta = {
-    description = "Storebackup is a backup suite that stores files on other disks";
+    description = "A backup suite that stores files on other disks";
     homepage = http://savannah.nongnu.org/projects/storebackup;
     license = stdenv.lib.licenses.gpl3Plus;
     maintainers = [stdenv.lib.maintainers.marcweber];