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:
parent
cd0a9c91b2
commit
5914489dab
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue