summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-02 22:44:12 +0200
committerPeter Simons <simons@cryp.to>2013-10-02 22:44:12 +0200
commitac5d5297dd1d1ef385b7a5ca8b33952343ad4d02 (patch)
treeffffd5f31ef6943ae52d4958ab6705e333c31b68 /pkgs/tools/text
parentb15c3e49e59a0dc8516480589ee0da385c9ca5d6 (diff)
parent1d03574722bd01338f9052b458829f31925f4d21 (diff)
downloadnixlib-ac5d5297dd1d1ef385b7a5ca8b33952343ad4d02.tar
nixlib-ac5d5297dd1d1ef385b7a5ca8b33952343ad4d02.tar.gz
nixlib-ac5d5297dd1d1ef385b7a5ca8b33952343ad4d02.tar.bz2
nixlib-ac5d5297dd1d1ef385b7a5ca8b33952343ad4d02.tar.lz
nixlib-ac5d5297dd1d1ef385b7a5ca8b33952343ad4d02.tar.xz
nixlib-ac5d5297dd1d1ef385b7a5ca8b33952343ad4d02.tar.zst
nixlib-ac5d5297dd1d1ef385b7a5ca8b33952343ad4d02.zip
Merge remote-tracking branch 'origin/master' into stdenv-updates.
Diffstat (limited to 'pkgs/tools/text')
-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 = [ ];