mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: fennel: Satisfy guix-lint.
* gnu/packages/lua.scm (fennel)[synopsis]: Remove leading article.
This commit is contained in:
parent
d49b0331e1
commit
547bd6921a
1 changed files with 1 additions and 1 deletions
|
@ -1097,7 +1097,7 @@ (define-public fennel
|
||||||
(assoc-ref %standard-phases 'check)))))
|
(assoc-ref %standard-phases 'check)))))
|
||||||
(inputs `(("lua" ,lua)))
|
(inputs `(("lua" ,lua)))
|
||||||
(home-page "https://fennel-lang.org/")
|
(home-page "https://fennel-lang.org/")
|
||||||
(synopsis "A Lisp that compiles to Lua")
|
(synopsis "Lisp that compiles to Lua")
|
||||||
(description
|
(description
|
||||||
"Fennel is a programming language that brings together the speed,
|
"Fennel is a programming language that brings together the speed,
|
||||||
simplicity, and reach of Lua with the flexibility of a Lisp syntax and macro
|
simplicity, and reach of Lua with the flexibility of a Lisp syntax and macro
|
||||||
|
|
Loading…
Reference in a new issue