guile-lint: remove package name prefix from meta.description
This commit is contained in:
parent
14befbf78d
commit
f311898f67
@ -24,7 +24,7 @@ in stdenv.mkDerivation {
|
|||||||
doCheck = true;
|
doCheck = true;
|
||||||
|
|
||||||
meta = {
|
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";
|
homepage = "http://user42.tuxfamily.org/guile-lint/index.html";
|
||||||
license = "GPL";
|
license = "GPL";
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user