From b3e3d4037d6fb200b3a10ea446bc6f7d6b22a303 Mon Sep 17 00:00:00 2001 From: TheBrainScrambler <34945377+TheBrainScrambler@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:15:00 +0000 Subject: [PATCH] ioquake3: fix incorrect license gpl2Only -> gpl2Plus --- pkgs/games/quake3/ioquake/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;