about summary refs log tree commit diff
path: root/pkgs/tools/graphics/guff/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/graphics/guff/default.nix')
-rw-r--r--pkgs/tools/graphics/guff/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/graphics/guff/default.nix b/pkgs/tools/graphics/guff/default.nix
index 056b6b58feb44..c9043bcf82722 100644
--- a/pkgs/tools/graphics/guff/default.nix
+++ b/pkgs/tools/graphics/guff/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   doCheck = true;
 
   meta = with lib;  {
-    description = "A plot device";
+    description = "Plot device";
     homepage = "https://github.com/silentbicycle/guff";
     license = licenses.isc;
     maintainers = [ ];