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
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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