summary refs log tree commit diff
path: root/pkgs/development/tools/documentation/doxygen/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/tools/documentation/doxygen/default.nix')
-rw-r--r--pkgs/development/tools/documentation/doxygen/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/documentation/doxygen/default.nix b/pkgs/development/tools/documentation/doxygen/default.nix
index 54509178b1a..50f2037b271 100644
--- a/pkgs/development/tools/documentation/doxygen/default.nix
+++ b/pkgs/development/tools/documentation/doxygen/default.nix
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
   meta = {
     license = stdenv.lib.licenses.gpl2Plus;
     homepage = "http://doxygen.org/";
-    description = "Doxygen, a source code documentation generator tool";
+    description = "Source code documentation generator tool";
 
     longDescription = ''
       Doxygen is a documentation system for C++, C, Java, Objective-C,