cemu-ti: update license

This commit is contained in:
Thiago Kenji Okada
2022-10-30 23:22:01 +00:00
committed by GitHub
parent 31161d2fd2
commit b2bb7c1348
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "Third-party TI-84 Plus CE / TI-83 Premium CE emulator, focused on developer features";
homepage = "https://ce-programming.github.io/CEmu";
license = licenses.gpl3;
license = licenses.gpl3Plus;
maintainers = with maintainers; [ luc65r ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
broken = stdenv.isDarwin;