gnu: libsamplerate: Correct license after 0.1.9 update.

This is a followup to e1f68c9668.

* gnu/packages/pulseaudio.scm (libsamplerate)[license]: Change GPL2+ to BSD-2.
This commit is contained in:
Marius Bakke 2017-04-21 16:05:31 +02:00
parent 165d45540a
commit 0802f3a034
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ against computation cost. The current best converter provides a
signal-to-noise ratio of 145dB with -3dB passband extending from DC to 96% of
the theoretical best bandwidth for a given pair of input and output sample
rates.")
(license l:gpl2+)))
(license l:bsd-2)))
(define-public pulseaudio
(package