···1919 preConfigure = "cd gtk";
20202121 meta = with lib; {
2222- homepage = "http://www.snes9x.com";
2222+ homepage = "https://www.snes9x.com";
2323 description = "Super Nintendo Entertainment System (SNES) emulator";
24242525 longDescription = ''
···2929 includes some real gems that were only ever released in Japan.
3030 '';
31313232- license = licenses.lgpl2;
3232+ # see https://github.com/snes9xgit/snes9x/blob/master/LICENSE for exact details
3333+ license = licenses.unfreeRedistributable;
3334 maintainers = with maintainers; [ qknight ];
3435 platforms = platforms.linux;
3536 };