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>
This commit is contained in:
Katherine Cox-Buday 2019-03-29 12:29:13 -05:00 committed by 宋文武
parent cd0a9c91b2
commit 5914489dab
No known key found for this signature in database
GPG key ID: 26525665AE727D37

View file

@ -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 @@ (define-public sbcl-cl-ansi-text
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))