citra: fix license field
This commit is contained in:
parent
4907e58a02
commit
732207f456
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://citra-emu.org/";
|
homepage = "https://citra-emu.org/";
|
||||||
description = "An open-source emulator for the Nintendo 3DS capable of playing many of your favorite games.";
|
description = "An open-source emulator for the Nintendo 3DS capable of playing many of your favorite games.";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl20;
|
license = licenses.gpl2;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user