diff options
author | Katherine Cox-Buday <cox.katherine.e@gmail.com> | 2019-03-29 12:29:13 -0500 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2019-04-07 09:21:17 +0800 |
commit | 5914489dabee362bdcce1f377ec588b937035f99 (patch) | |
tree | bf214f5d85f553c9470e8bdf327292d40a97f130 | |
parent | cd0a9c91b234fae61cd3542ac13fbb1d208873be (diff) | |
download | patches-5914489dabee362bdcce1f377ec588b937035f99.tar patches-5914489dabee362bdcce1f377ec588b937035f99.tar.gz |
gnu: cl-ansi-text: Correct license to LLGPL.
* gnu/packages/lisp.scm (cl-ansi-text)[license]: Correct to LLGPL.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
-rw-r--r-- | gnu/packages/lisp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lisp.scm b/gnu/packages/lisp.scm index 7c129e9da5..a24988d3e0 100644 --- a/gnu/packages/lisp.scm +++ b/gnu/packages/lisp.scm @@ -12,6 +12,7 @@ ;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com> ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz> ;;; Copyright © 2018 Pierre Langlois <pierre.langlois@gmx.com> +;;; Copyright © 2019 Katherine Cox-Buday <cox.katherine.e@gmail.com> ;;; ;;; This file is part of GNU Guix. ;;; @@ -2554,8 +2555,7 @@ which causes everything printed in the body to be displayed with the provided color. It further provides functions which will print the argument with the named color.") (home-page "https://github.com/pnathan/cl-ansi-text") - ;; REVIEW: The actual license is LLGPL. Should we add it to Guix? - (license license:lgpl3+)))) + (license license:llgpl)))) (define-public cl-ansi-text (sbcl-package->cl-source-package sbcl-cl-ansi-text)) |