summaryrefslogtreecommitdiff
path: root/gnu/packages/lua.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2021-01-25 09:58:41 +0200
committerEfraim Flashner <efraim@flashner.co.il>2021-01-25 09:58:41 +0200
commit547bd6921a01cea1c43488525dfa9f82089fce30 (patch)
treeb8f66618981c48563554d08f862014a4f4aa24ee /gnu/packages/lua.scm
parentd49b0331e161271e5967a156e26eefd2c5abfcb4 (diff)
downloadguix-patches-547bd6921a01cea1c43488525dfa9f82089fce30.tar
guix-patches-547bd6921a01cea1c43488525dfa9f82089fce30.tar.gz
gnu: fennel: Satisfy guix-lint.
* gnu/packages/lua.scm (fennel)[synopsis]: Remove leading article.
Diffstat (limited to 'gnu/packages/lua.scm')
-rw-r--r--gnu/packages/lua.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index e28dde62d7..e4b3818faa 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -1097,7 +1097,7 @@ shell command executions.")
(assoc-ref %standard-phases 'check)))))
(inputs `(("lua" ,lua)))
(home-page "https://fennel-lang.org/")
- (synopsis "A Lisp that compiles to Lua")
+ (synopsis "Lisp that compiles to Lua")
(description
"Fennel is a programming language that brings together the speed,
simplicity, and reach of Lua with the flexibility of a Lisp syntax and macro