diff options
-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 |