about summary refs log tree commit diff
path: root/pkgs/tools/X11/autocutsel
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2013-10-05 16:22:46 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-10-05 19:36:23 +0200
commit28ac782583d6a959940ece313e3842a97e9340c0 (patch)
tree1b8e31f7610bde6250cb8f118f6d8e880635b09e /pkgs/tools/X11/autocutsel
parent4c7796e4a30178037210e90414103ab43c80f36a (diff)
Some description fixes
There are many more packages to fix, this is just a start.

Rules:
 * Don't repeat the package name (not always that easy...)
 * Start with capital letter
 * Don't end with full stop
 * Don't start with "The ..." or "A ..."

I've also added descriptions to some packages and rewritten others.
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 f4776933e53d0..bc7679b1670e0 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;
   };