me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -12,6 +12,7 @@
;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com> ;;; Copyright © 2018 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz> ;;; Copyright © 2018 Pierre Neidhardt <mail@ambrevar.xyz>
;;; Copyright © 2018 Pierre Langlois <pierre.langlois@gmx.com> ;;; 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. ;;; 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 color. It further provides functions which will print the argument with the
named color.") named color.")
(home-page "https://github.com/pnathan/cl-ansi-text") (home-page "https://github.com/pnathan/cl-ansi-text")
;; REVIEW: The actual license is LLGPL. Should we add it to Guix? (license license:llgpl))))
(license license:lgpl3+))))
(define-public cl-ansi-text (define-public cl-ansi-text
(sbcl-package->cl-source-package sbcl-cl-ansi-text)) (sbcl-package->cl-source-package sbcl-cl-ansi-text))