retroarch: update license
This commit is contained in:
parent
e9bbcb7f16
commit
5fc7933ab8
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://libretro.com";
|
homepage = "https://libretro.com";
|
||||||
description = "Multi-platform emulator frontend for libretro cores";
|
description = "Multi-platform emulator frontend for libretro cores";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ MP2E edwtjo matthewbauer kolbycrouch ];
|
maintainers = with maintainers; [ MP2E edwtjo matthewbauer kolbycrouch ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue