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

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