summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/X11/autocutsel
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/autocutsel')
-rw-r--r--pkgs/tools/X11/autocutsel/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/autocutsel/default.nix b/pkgs/tools/X11/autocutsel/default.nix
index f4776933e53d..bc7679b1670e 100644
--- a/pkgs/tools/X11/autocutsel/default.nix
+++ b/pkgs/tools/X11/autocutsel/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
meta = {
homepage = "http://www.nongnu.org/autocutsel/";
- description = "Autocutsel tracks changes in the server's cutbuffer and CLIPBOARD selection.";
+ description = "Tracks changes in the server's cutbuffer and CLIPBOARD selection";
license = "GPLv2+";
platforms = with stdenv.lib.platforms; all;
};