gnu: cl-cxml-rng: Fix license.
This is a followup to 3f6953b54e
.
* gnu/packages/lisp-xyz.scm (sbcl-cxml-rng)[license]: Change to
'license:bsd-2'.
This commit is contained in:
parent
24224530d1
commit
7cad446653
1 changed files with 1 additions and 1 deletions
|
@ -5803,7 +5803,7 @@ offered, one SAX-like, the other similar to StAX.")
|
||||||
Common Lisp, including support for compact syntax, DTD Compatibility, and the
|
Common Lisp, including support for compact syntax, DTD Compatibility, and the
|
||||||
XSD type library.")
|
XSD type library.")
|
||||||
(home-page "http://www.lichteblau.com/cxml-rng/")
|
(home-page "http://www.lichteblau.com/cxml-rng/")
|
||||||
(license license:x11-style))))
|
(license license:bsd-2))))
|
||||||
|
|
||||||
(define-public cl-cxml-rng
|
(define-public cl-cxml-rng
|
||||||
(sbcl-package->cl-source-package sbcl-cxml-rng))
|
(sbcl-package->cl-source-package sbcl-cxml-rng))
|
||||||
|
|
Reference in a new issue