mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 12:53:54 +00:00
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";
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "http://www.snes9x.com";
|
||||
homepage = "https://www.snes9x.com";
|
||||
description = "Super Nintendo Entertainment System (SNES) emulator";
|
||||
|
||||
longDescription = ''
|
||||
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user