about summary refs log tree commit diff
path: root/pkgs/games/xconq/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/xconq/default.nix')
-rw-r--r--pkgs/games/xconq/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/xconq/default.nix b/pkgs/games/xconq/default.nix
index 4c4f441964dd6..345ddbcad49b1 100644
--- a/pkgs/games/xconq/default.nix
+++ b/pkgs/games/xconq/default.nix
@@ -56,6 +56,6 @@ stdenv.mkDerivation rec {
     description = "Programmable turn-based strategy game";
     maintainers = with maintainers; [ raskin ];
     platforms = platforms.unix;
-    license = licenses.gpl2;
+    license = licenses.gpl2Plus;
   };
 }