summary refs log tree commit diff
path: root/pkgs/applications/misc/grsync/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/misc/grsync/default.nix')
-rw-r--r--pkgs/applications/misc/grsync/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/misc/grsync/default.nix b/pkgs/applications/misc/grsync/default.nix
index 8d17ff09204..e1c9902c6ae 100644
--- a/pkgs/applications/misc/grsync/default.nix
+++ b/pkgs/applications/misc/grsync/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
   ];
 
   meta = with stdenv.lib; {
-    description = "Grsync is used to synchronize folders, files and make backups";
+    description = "Synchronize folders, files and make backups";
     homepage = "http://www.opbyte.it/grsync/";
     license = licenses.gpl1;
     platforms = platforms.linux;