1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-24 11:11:12 +02:00

gnu: buildapp: Fix trailing whitespace in description.

* gnu/packages/lisp.scm (buildapp)[description]: Fix trailing whitespace.
This commit is contained in:
Vagrant Cascadian
2021-12-29 22:32:23 -08:00
parent f5a935ff3f
commit 355b6b65bb

View File

@@ -1278,5 +1278,5 @@ and make for REPLs that start blazing fast.
(synopsis "Makes easy to build application executables with SBCL")
(description
"Buildapp is an application for SBCL or CCL that configures and saves an
executable Common Lisp image. It is similar to cl-launch and hu.dwim.build. ")
executable Common Lisp image. It is similar to cl-launch and hu.dwim.build.")
(license license:bsd-2)))