civodul pushed a commit to branch master
in repository guix.

commit 7cad4466533f14ec7e9d8744b26a8d5211ff39d4
Author: Ludovic Courtès <[email protected]>
AuthorDate: Fri Nov 19 23:03:26 2021 +0100

    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'.
---
 gnu/packages/lisp-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 1f1fc11..077f8ed 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))

Reply via email to