diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-07 19:15:25 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-07 19:16:46 +0200 |
commit | e15f7a6b5ace1f58158c781c4d0dc23e9c3eff82 (patch) | |
tree | dcd2007062043acdc2f110f853c9d857ef141d9e | |
parent | 4b861c89fb73a3b6fba0a38999eeb7cc683f3bd7 (diff) |
gnu: mbelib: Fix licence.
* gnu/packages/audio.scm (mbelib)[licence]: The package is ISC, the
testing framework BSD-3.
-rw-r--r-- | gnu/packages/audio.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index 91fa92c3db..06cf24edc2 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -5059,7 +5059,8 @@ digital radio.") "The mbelib library provides support for the 7200x4400 bit/s codec used in P25 Phase 1, the 7100x4400 bit/s codec used in ProVoice and the @emph{Half Rate} 3600x2250 bit/s vocoder used in various radio systems.") - (license license:bsd-0)))) + (license (list license:bsd-3 ; test/ framework + license:isc))))) ; the rest (define-public ableton-link (package |