about summary refs log tree commit diff
path: root/pkgs/games/openttd/grfcodec.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/games/openttd/grfcodec.nix')
-rw-r--r--pkgs/games/openttd/grfcodec.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/openttd/grfcodec.nix b/pkgs/games/openttd/grfcodec.nix
index 544cf4f06c43b..af4e315374637 100644
--- a/pkgs/games/openttd/grfcodec.nix
+++ b/pkgs/games/openttd/grfcodec.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "Low-level (dis)assembler and linter for OpenTTD GRF files";
     homepage    = "http://openttd.org/";
-    license     = licenses.gpl2;
+    license     = licenses.gpl2Plus;
     maintainers = with maintainers; [ ToxicFrog ];
   };
 }