We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 4907e58 commit 732207fCopy full SHA for 732207f
pkgs/misc/emulators/citra/default.nix
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
27
homepage = "https://citra-emu.org/";
28
description = "An open-source emulator for the Nintendo 3DS capable of playing many of your favorite games.";
29
platforms = platforms.linux;
30
- license = licenses.gpl20;
+ license = licenses.gpl2;
31
maintainers = with maintainers; [ abbradar ];
32
};
33
}
0 commit comments