retroarch: update license

This commit is contained in:
Thiago Kenji Okada 2021-11-17 12:09:43 -03:00
parent e9bbcb7f16
commit 5fc7933ab8

View file

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = "https://libretro.com";
description = "Multi-platform emulator frontend for libretro cores";
license = licenses.gpl3;
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = with maintainers; [ MP2E edwtjo matthewbauer kolbycrouch ];
};