Merge pull request #117019 from xfix/mark-snes9x-gtk-as-unfree-redistributable

This commit is contained in:
Sandro 2021-03-20 16:27:42 +01:00 committed by GitHub
commit 1c27382133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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