From 7b3c5c5ac87c15a97f366990aaf358e21117a725 Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Sat, 20 Mar 2021 11:28:36 +0100 Subject: [PATCH 1/2] snes9x-gtk: set license to unfreeRedistributable --- pkgs/misc/emulators/snes9x-gtk/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/misc/emulators/snes9x-gtk/default.nix b/pkgs/misc/emulators/snes9x-gtk/default.nix index 6698d0a5b48..9df813cc416 100644 --- a/pkgs/misc/emulators/snes9x-gtk/default.nix +++ b/pkgs/misc/emulators/snes9x-gtk/default.nix @@ -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; }; From 29ca7e63f81734e5157e884477d4ddd4961d52ee Mon Sep 17 00:00:00 2001 From: Konrad Borowski Date: Sat, 20 Mar 2021 15:43:44 +0100 Subject: [PATCH 2/2] snes9x-gtk: update homepage URL to use HTTPS --- pkgs/misc/emulators/snes9x-gtk/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/misc/emulators/snes9x-gtk/default.nix b/pkgs/misc/emulators/snes9x-gtk/default.nix index 9df813cc416..3b5cb487f77 100644 --- a/pkgs/misc/emulators/snes9x-gtk/default.nix +++ b/pkgs/misc/emulators/snes9x-gtk/default.nix @@ -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 = ''