mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
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:
parent
7bbeaa87e3
commit
9c69b322ea
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ (define-public libsndfile
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue