diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-01-25 09:58:41 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-01-25 09:58:41 +0200 |
commit | 547bd6921a01cea1c43488525dfa9f82089fce30 (patch) | |
tree | b8f66618981c48563554d08f862014a4f4aa24ee | |
parent | d49b0331e161271e5967a156e26eefd2c5abfcb4 (diff) |
gnu: fennel: Satisfy guix-lint.
* gnu/packages/lua.scm (fennel)[synopsis]: Remove leading article.
-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 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 |