source-highlight: don't repeat the package name in meta.description

This commit is contained in:
Peter Simons 2013-09-26 11:12:08 +02:00
parent 22f9a9fd79
commit 3a7efa38ba

View file

@ -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 = [ ];