summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/source-highlight
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-09-26 11:12:08 +0200
committerPeter Simons <simons@cryp.to>2013-09-26 11:12:12 +0200
commit3a7efa38ba190e609a29e104ebd40c663e3e7247 (patch)
tree4c90539a25e382e56906077efdfea9d0c9d246ac /pkgs/tools/text/source-highlight
parent22f9a9fd79e4518e24109ee94a25d4bcf1851319 (diff)
source-highlight: don't repeat the package name in meta.description
Diffstat (limited to 'pkgs/tools/text/source-highlight')
-rw-r--r--pkgs/tools/text/source-highlight/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/source-highlight/default.nix b/pkgs/tools/text/source-highlight/default.nix
index 148bbfce99da..e5928e162560 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 = [ ];