diff --git a/pkgs/development/tools/guile/guile-lint/default.nix b/pkgs/development/tools/guile/guile-lint/default.nix index 66891dea62a..177e78f6555 100644 --- a/pkgs/development/tools/guile/guile-lint/default.nix +++ b/pkgs/development/tools/guile/guile-lint/default.nix @@ -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"; };