From 547bd6921a01cea1c43488525dfa9f82089fce30 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 25 Jan 2021 09:58:41 +0200 Subject: gnu: fennel: Satisfy guix-lint. * gnu/packages/lua.scm (fennel)[synopsis]: Remove leading article. --- gnu/packages/lua.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/lua.scm') 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 -- cgit v1.2.3