about summary refs log tree commit diff
path: root/pkgs/games/rftg/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/rftg/default.nix')
-rw-r--r--pkgs/games/rftg/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/rftg/default.nix b/pkgs/games/rftg/default.nix
index 1dfeaf3c3a898..70093d7589b12 100644
--- a/pkgs/games/rftg/default.nix
+++ b/pkgs/games/rftg/default.nix
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
   meta = {
     homepage = "http://keldon.net/rftg/";
     description = "Implementation of the card game Race for the Galaxy, including an AI";
-    license = lib.licenses.gpl2;
+    license = lib.licenses.gpl2Plus;
     maintainers = [ lib.maintainers.falsifian ];
   };