[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: fennel: Satisfy guix-lint.
From: |
guix-commits |
Subject: |
02/02: gnu: fennel: Satisfy guix-lint. |
Date: |
Mon, 25 Jan 2021 03:00:54 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 547bd6921a01cea1c43488525dfa9f82089fce30
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 25 09:58:41 2021 +0200
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(-)
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index e28dde6..e4b3818 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