Merge pull request #117019 from xfix/mark-snes9x-gtk-as-unfree-redistributable
This commit is contained in:
commit
1c27382133
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
preConfigure = "cd gtk";
|
preConfigure = "cd gtk";
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "http://www.snes9x.com";
|
homepage = "https://www.snes9x.com";
|
||||||
description = "Super Nintendo Entertainment System (SNES) emulator";
|
description = "Super Nintendo Entertainment System (SNES) emulator";
|
||||||
|
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
@ -29,7 +29,8 @@ stdenv.mkDerivation rec {
|
|||||||
includes some real gems that were only ever released in Japan.
|
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 ];
|
maintainers = with maintainers; [ qknight ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user