snes9x-gtk: set license to unfreeRedistributable

This commit is contained in:
Konrad Borowski 2021-03-20 11:28:36 +01:00
parent 6976cad5c7
commit 7b3c5c5ac8

View File

@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
includes some real gems that were only ever released in Japan.
'';
license = licenses.lgpl2;
# see https://github.com/snes9xgit/snes9x/blob/master/LICENSE for exact details
license = licenses.unfreeRedistributable;
maintainers = with maintainers; [ qknight ];
platforms = platforms.linux;
};