diff options
author | Ludovic Courtès <ludo@gnu.org> | 2014-09-13 15:50:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2014-09-13 15:50:30 +0200 |
commit | 9e771e3bb67361b509a6d4e9c00b9d21d7f9b123 (patch) | |
tree | 6f8795ad884c963cf612ad70a40866e95894af3c /gnu/packages/lua.scm | |
parent | c5779c931bcfd1073da1031bd8663871a88c2950 (diff) | |
download | patches-9e771e3bb67361b509a6d4e9c00b9d21d7f9b123.tar patches-9e771e3bb67361b509a6d4e9c00b9d21d7f9b123.tar.gz |
gnu: Adjust synopses as recommended by 'guix lint'.
Remove leading articles and trailing periods in package synopses.
Diffstat (limited to 'gnu/packages/lua.scm')
-rw-r--r-- | gnu/packages/lua.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 92ffc22c14..2bc627a3e4 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm @@ -57,7 +57,7 @@ "/share/man/man1"))))) (alist-delete 'configure %standard-phases))))) (home-page "http://www.lua.org/") - (synopsis "An embeddable scripting language.") + (synopsis "Embeddable scripting language") (description "Lua is a powerful, fast, lightweight, embeddable scripting language. Lua combines simple procedural syntax with powerful data description constructs |