Merge pull request #109596 from petabyteboy/feature/alsa-license

alsaLib: correct license field
This commit is contained in:
Sandro 2021-01-17 16:26:55 +01:00 committed by GitHub
commit 77edbd623a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;
};
}