summary refs log tree commit diff
path: root/pkgs/games/the-powder-toy/default.nix
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-07-06 12:43:22 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-07-06 12:43:22 +0700
commit8f312f630b718faa5d13a09f37898235aa9fed3b (patch)
tree63733e7a438b4ada1282f382c1fc7341958a3f86 /pkgs/games/the-powder-toy/default.nix
parent6154b83a93b4d5851fb116adfb2bcfdce4b51ae2 (diff)
downloadnixpkgs-8f312f630b718faa5d13a09f37898235aa9fed3b.tar
nixpkgs-8f312f630b718faa5d13a09f37898235aa9fed3b.tar.gz
nixpkgs-8f312f630b718faa5d13a09f37898235aa9fed3b.tar.bz2
nixpkgs-8f312f630b718faa5d13a09f37898235aa9fed3b.tar.lz
nixpkgs-8f312f630b718faa5d13a09f37898235aa9fed3b.tar.xz
nixpkgs-8f312f630b718faa5d13a09f37898235aa9fed3b.tar.zst
nixpkgs-8f312f630b718faa5d13a09f37898235aa9fed3b.zip
the-powder-toy: update license
Diffstat (limited to 'pkgs/games/the-powder-toy/default.nix')
-rw-r--r--pkgs/games/the-powder-toy/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/the-powder-toy/default.nix b/pkgs/games/the-powder-toy/default.nix
index 11fadcb04c9..703578c2d4e 100644
--- a/pkgs/games/the-powder-toy/default.nix
+++ b/pkgs/games/the-powder-toy/default.nix
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
     description = "A free 2D physics sandbox game";
     homepage = "http://powdertoy.co.uk/";
     platforms = [ "i686-linux" "x86_64-linux" "x86_64-darwin" ];
-    license = licenses.gpl3;
+    license = licenses.gpl3Plus;
     maintainers = with maintainers; [ abbradar siraben ];
     mainProgram = "powder";
   };