mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -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)))))
|
||||
(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
|
||||
|
|
Loading…
Reference in a new issue