gnu: libsndfile: Correct license.

* gnu/packages/pulseaudio.scm (libsndfile)[license]: Change to lgpl2.1+.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Antero Mejr 2023-03-04 04:22:28 +00:00 committed by Leo Famulari
parent 7bbeaa87e3
commit 9c69b322ea
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08

View File

@ -119,7 +119,7 @@ little-endian (such as Intel and DEC/Compaq Alpha) processor systems as well
as big-endian processor systems such as Motorola 68k, Power PC, MIPS and
SPARC. Hopefully the design of the library will also make it easy to extend
for reading and writing new sound file formats.")
(license l:gpl2+)))
(license l:lgpl2.1+)))
(define-public libsamplerate
(package