Merge pull request #129401 from siraben/powder-mainProgram

the-powder-toy: add mainProgram, update license
This commit is contained in:
Ben Siraphob
2021-07-06 12:53:31 +07:00
committed by GitHub
+2 -1
View File
@@ -29,7 +29,8 @@ 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";
};
}