summary refs log tree commit diff
path: root/pkgs/development/tools
diff options
context:
space:
mode:
authorxd1le <elisp.vim@gmail.com>2017-09-27 23:28:07 +1000
committerxd1le <elisp.vim@gmail.com>2017-09-27 23:28:07 +1000
commitf311898f671fde65af97a1c1e6eb138a55d7e033 (patch)
tree1d088b8c19d7c7f175cb4d60ba3b6ac082d27ad9 /pkgs/development/tools
parent14befbf78d34b0d3ea251a2d0bcbc1665c10f2fa (diff)
downloadnixlib-f311898f671fde65af97a1c1e6eb138a55d7e033.tar
nixlib-f311898f671fde65af97a1c1e6eb138a55d7e033.tar.gz
nixlib-f311898f671fde65af97a1c1e6eb138a55d7e033.tar.bz2
nixlib-f311898f671fde65af97a1c1e6eb138a55d7e033.tar.lz
nixlib-f311898f671fde65af97a1c1e6eb138a55d7e033.tar.xz
nixlib-f311898f671fde65af97a1c1e6eb138a55d7e033.tar.zst
nixlib-f311898f671fde65af97a1c1e6eb138a55d7e033.zip
guile-lint: remove package name prefix from meta.description
Diffstat (limited to 'pkgs/development/tools')
-rw-r--r--pkgs/development/tools/guile/guile-lint/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/guile/guile-lint/default.nix b/pkgs/development/tools/guile/guile-lint/default.nix
index 66891dea62a4..177e78f6555a 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";
   };