diff --git a/pkgs/games/openarena/default.nix b/pkgs/games/openarena/default.nix index a90a6752ac8b..30f221902f77 100644 --- a/pkgs/games/openarena/default.nix +++ b/pkgs/games/openarena/default.nix @@ -106,7 +106,7 @@ stdenv.mkDerivation (finalAttrs: { exec = "openarena"; icon = "openarena"; comment = "A fast-paced 3D first-person shooter, similar to id Software Inc.'s Quake III Arena"; - desktopName = "openarena"; + desktopName = "OpenArena"; categories = [ "Game" "ActionGame" ]; }) ]; diff --git a/pkgs/games/quake3/ioquake/default.nix b/pkgs/games/quake3/ioquake/default.nix index 73ee3bbb86a8..7161b9474f24 100644 --- a/pkgs/games/quake3/ioquake/default.nix +++ b/pkgs/games/quake3/ioquake/default.nix @@ -78,7 +78,7 @@ stdenv.mkDerivation { meta = { homepage = "https://ioquake3.org/"; description = "A fast-paced 3D first-person shooter, a community effort to continue supporting/developing id's Quake III Arena"; - license = lib.licenses.gpl2Only; + license = lib.licenses.gpl2Plus; mainProgram = "ioquake3"; maintainers = with lib.maintainers; [ abbradar drupol eelco rvolosatovs ]; platforms = lib.platforms.linux;