From 3a7efa38ba190e609a29e104ebd40c663e3e7247 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 26 Sep 2013 11:12:08 +0200 Subject: [PATCH] source-highlight: don't repeat the package name in meta.description --- pkgs/tools/text/source-highlight/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/text/source-highlight/default.nix b/pkgs/tools/text/source-highlight/default.nix index 148bbfce99d..e5928e16256 100644 --- a/pkgs/tools/text/source-highlight/default.nix +++ b/pkgs/tools/text/source-highlight/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation { doCheck = true; meta = { - description = "GNU Source-Highlight, source code renderer with syntax highlighting"; + description = "source code renderer with syntax highlighting"; homepage = "http://www.gnu.org/software/src-highlite/"; license = "GPLv3+"; maintainers = [ ];