diff options
author | Ludovic Courtès <ludo@gnu.org> | 2021-11-19 23:03:26 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2021-11-19 23:04:19 +0100 |
commit | 7cad4466533f14ec7e9d8744b26a8d5211ff39d4 (patch) | |
tree | 97791020b732b61a54e97a2840fad99b2ff45389 /gnu | |
parent | 24224530d1f4a70808d003ba8dce849b77625b79 (diff) | |
download | guix-7cad4466533f14ec7e9d8744b26a8d5211ff39d4.tar.gz |
gnu: cl-cxml-rng: Fix license.
This is a followup to 3f6953b54e183a36d6e5a2c6d7a5a3d4a09b8a53. * gnu/packages/lisp-xyz.scm (sbcl-cxml-rng)[license]: Change to 'license:bsd-2'.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/lisp-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 1f1fc11d52..077f8ed007 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -5803,7 +5803,7 @@ offered, one SAX-like, the other similar to StAX.") Common Lisp, including support for compact syntax, DTD Compatibility, and the XSD type library.") (home-page "http://www.lichteblau.com/cxml-rng/") - (license license:x11-style)))) + (license license:bsd-2)))) (define-public cl-cxml-rng (sbcl-package->cl-source-package sbcl-cxml-rng)) |