about summary refs log tree commit diff
path: root/pkgs/games/nexuiz/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/nexuiz/default.nix')
-rw-r--r--pkgs/games/nexuiz/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/nexuiz/default.nix b/pkgs/games/nexuiz/default.nix
index e8af5d43e2dea..8a178d475ee52 100644
--- a/pkgs/games/nexuiz/default.nix
+++ b/pkgs/games/nexuiz/default.nix
@@ -87,7 +87,7 @@ in stdenv.mkDerivation {
   meta = {
     description = "Free fast-paced first-person shooter";
     homepage = "http://www.alientrap.org/games/nexuiz";
-    license = lib.licenses.gpl2;
+    license = lib.licenses.gpl2Plus;
     platforms = lib.platforms.linux;
   };
 }