Skip to content

Commit 732207f

Browse files
committedJul 27, 2017
citra: fix license field
1 parent 4907e58 commit 732207f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/misc/emulators/citra/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
2727
homepage = "https://citra-emu.org/";
2828
description = "An open-source emulator for the Nintendo 3DS capable of playing many of your favorite games.";
2929
platforms = platforms.linux;
30-
license = licenses.gpl20;
30+
license = licenses.gpl2;
3131
maintainers = with maintainers; [ abbradar ];
3232
};
3333
}

0 commit comments

Comments
 (0)
Please sign in to comment.