the-powder-toy: update license

This commit is contained in:
Ben Siraphob 2021-07-06 12:43:22 +07:00
parent 6154b83a93
commit 8f312f630b

View file

@ -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";
};