alsaLib: correct license field

This commit is contained in:
Milan Pässler 2021-01-17 03:47:53 +01:00
parent 8e4690c0ca
commit b7466c1c58
No known key found for this signature in database
GPG key ID: A6DC6A7CB0B97859

View file

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
MIDI functionality to the Linux-based operating system.
'';
license = licenses.gpl3Plus;
license = licenses.lgpl21Plus;
platforms = platforms.linux;
};
}