guile-lint: remove package name prefix from meta.description

This commit is contained in:
xd1le 2017-09-27 23:28:07 +10:00
parent 14befbf78d
commit f311898f67

View File

@ -24,7 +24,7 @@ in stdenv.mkDerivation {
doCheck = true;
meta = {
description = "Guile-Lint checks syntax and semantics in a Guile program or module";
description = "Checks syntax and semantics in a Guile program or module";
homepage = "http://user42.tuxfamily.org/guile-lint/index.html";
license = "GPL";
};