1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-22 17:16:01 +02:00

gnu: fennel: Satisfy guix-lint.

* gnu/packages/lua.scm (fennel)[synopsis]: Remove leading article.
This commit is contained in:
Efraim Flashner
2021-01-25 09:58:41 +02:00
parent d49b0331e1
commit 547bd6921a
+1 -1
View File
@@ -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