summary refs log tree commit diff
path: root/pkgs/development/libraries/luabind/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/luabind/default.nix')
-rw-r--r--pkgs/development/libraries/luabind/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/luabind/default.nix b/pkgs/development/libraries/luabind/default.nix
index edb914123e1..e03535ba979 100644
--- a/pkgs/development/libraries/luabind/default.nix
+++ b/pkgs/development/libraries/luabind/default.nix
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
 
   meta = {
     homepage = https://github.com/luabind/luabind;
-    description = "Luabind is a library that helps you create bindings between C++ and Lua.";
+    description = "A library that helps you create bindings between C++ and Lua";
     license = stdenv.lib.licenses.mit;
   };
 }