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
commit 375d84f790
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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