citra: fix license field

This commit is contained in:
Nikolay Amiantov 2017-07-27 17:28:13 +03:00
parent 4907e58a02
commit 732207f456

View File

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