mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: java-jnacl: Correct license.
* gnu/packages/java.scm (java-jnacl)[license]: Change to BSD-2.
This commit is contained in:
parent
602f54f436
commit
e158642816
1 changed files with 1 additions and 1 deletions
|
@ -7558,7 +7558,7 @@ (define-public java-jnacl
|
||||||
(synopsis "Java implementation of NaCl")
|
(synopsis "Java implementation of NaCl")
|
||||||
(description "Pure Java implementation of the NaCl: Networking and
|
(description "Pure Java implementation of the NaCl: Networking and
|
||||||
Cryptography library.")
|
Cryptography library.")
|
||||||
(license license:mpl2.0)))
|
(license license:bsd-2)))
|
||||||
|
|
||||||
(define-public java-mvel2
|
(define-public java-mvel2
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue