diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:31:20 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-29 22:49:17 -0800 |
commit | 5e9f5fb23d58be2ecf3ed226da16e5b576d650a8 (patch) | |
tree | c8b3c937be7efec5df2356f173327830ccdc521a | |
parent | 394274a4414518ee052d53f7f5c67bb59adb0a08 (diff) |
gnu: sbcl-hu.dwim.common-lisp: Fix trailing whitespace in description.
* gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.common-lisp)[description]: Fix
trailing whitespace.
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index bb831c301a..77b4cda4b7 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -11959,7 +11959,7 @@ overview article about COP which also contains some ContextL examples: (home-page "http://dwim.hu/project/hu.dwim.common-lisp") (synopsis "Redefine some standard Common Lisp names") (description "This library is a redefinition of the standard Common Lisp -package that includes a number of renames and shadows. ") +package that includes a number of renames and shadows.") (license license:public-domain)))) (define-public cl-hu.dwim.common-lisp |