forked from mirrors/nixpkgs
Merge pull request #109596 from petabyteboy/feature/alsa-license
alsaLib: correct license field
This commit is contained in:
commit
77edbd623a
|
@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||
MIDI functionality to the Linux-based operating system.
|
||||
'';
|
||||
|
||||
license = licenses.gpl3Plus;
|
||||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue