gnu: sbcl-trivial-backtrace: Fix 'license' field.
This is a followup to 977b0db4c0
.
* gnu/packages/lisp.scm (sbcl-trivial-backtrace)[license]: Change to
LICENSE:EXPAT.
This commit is contained in:
parent
6624df5bb9
commit
4f6172f1c5
|
@ -3868,7 +3868,7 @@ gone wrong. As such, each Lisp has developed its own notion of what to
|
||||||
display, how to display it, and what sort of arguments can be used to
|
display, how to display it, and what sort of arguments can be used to
|
||||||
customize it. @code{trivial-backtrace} is a simple solution to generating a
|
customize it. @code{trivial-backtrace} is a simple solution to generating a
|
||||||
backtrace portably.")
|
backtrace portably.")
|
||||||
(license license:bsd-style))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public cl-trivial-backtrace
|
(define-public cl-trivial-backtrace
|
||||||
(sbcl-package->cl-source-package sbcl-trivial-backtrace))
|
(sbcl-package->cl-source-package sbcl-trivial-backtrace))
|
||||||
|
|
Loading…
Reference in New Issue