1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 13:31:16 +02:00

gnu: java-jnacl: Correct license.

* gnu/packages/java.scm (java-jnacl)[license]: Change to BSD-2.
This commit is contained in:
Ricardo Wurmus
2018-02-27 20:39:38 +01:00
parent 602f54f436
commit e158642816

View File

@@ -7558,7 +7558,7 @@ to use.")
(synopsis "Java implementation of NaCl")
(description "Pure Java implementation of the NaCl: Networking and
Cryptography library.")
(license license:mpl2.0)))
(license license:bsd-2)))
(define-public java-mvel2
(package