diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-02-27 20:39:38 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-02-28 23:05:05 +0100 |
commit | e15864281615d3bc72d772b9bea704accd9262c3 (patch) | |
tree | e3c4ace4a8513cdec54404b683c7baf98f8cde4a /gnu | |
parent | 602f54f436d41634adaa56e4ff645a6bad202daf (diff) | |
download | guix-e15864281615d3bc72d772b9bea704accd9262c3.tar.gz |
gnu: java-jnacl: Correct license.
* gnu/packages/java.scm (java-jnacl)[license]: Change to BSD-2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/java.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index bc2fb32eba..e7715b4b3c 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -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 |