gnu: mbelib: Fix licence.

* gnu/packages/audio.scm (mbelib)[licence]: The package is ISC, the
testing framework BSD-3.
This commit is contained in:
Tobias Geerinckx-Rice 2021-05-07 19:15:25 +02:00
parent 4b861c89fb
commit e15f7a6b5a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -5059,7 +5059,8 @@ (define-public mbelib
"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