summary refs log tree commit diff
path: root/pkgs/tools/X11/hsetroot/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/X11/hsetroot/default.nix')
-rw-r--r--pkgs/tools/X11/hsetroot/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/X11/hsetroot/default.nix b/pkgs/tools/X11/hsetroot/default.nix
index d91f4bfdf65..e226f1f93c4 100644
--- a/pkgs/tools/X11/hsetroot/default.nix
+++ b/pkgs/tools/X11/hsetroot/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
   buildInputs = [ imlib2 libX11 libXext ];
 
   meta = {
-    description = "hsetroot allows you to compose wallpapers ('root pixmaps') for X";
+    description = "Allows you to compose wallpapers ('root pixmaps') for X";
     homepage = http://thegraveyard.org/hsetroot.html;
     license = stdenv.lib.licenses.gpl2Plus;
   };