citra: fix license field

wip/yesman
Nikolay Amiantov 7 years ago
parent 4907e58a02
commit 732207f456
  1. 2
      pkgs/misc/emulators/citra/default.nix

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = "https://citra-emu.org/";
description = "An open-source emulator for the Nintendo 3DS capable of playing many of your favorite games.";
platforms = platforms.linux;
license = licenses.gpl20;
license = licenses.gpl2;
maintainers = with maintainers; [ abbradar ];
};
}

Loading…
Cancel
Save