diff options
author | Antero Mejr <antero@mailbox.org> | 2023-03-04 04:22:28 +0000 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-03-06 11:47:56 -0500 |
commit | 9c69b322ea85163a2bf9266bffb7edc3dbbc59ab (patch) | |
tree | ff107908e8974dc53e8f5a4f0fc6148cecb33cc6 /gnu/packages/pulseaudio.scm | |
parent | 7bbeaa87e3796d56cc762dcfbc340f9be301d5f6 (diff) | |
download | guix-9c69b322ea85163a2bf9266bffb7edc3dbbc59ab.tar.gz |
gnu: libsndfile: Correct license.
* gnu/packages/pulseaudio.scm (libsndfile)[license]: Change to lgpl2.1+. Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu/packages/pulseaudio.scm')
-rw-r--r-- | gnu/packages/pulseaudio.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/pulseaudio.scm b/gnu/packages/pulseaudio.scm index 75aca3d700..aff864eb99 100644 --- a/gnu/packages/pulseaudio.scm +++ b/gnu/packages/pulseaudio.scm @@ -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 |