Merge pull request #129401 from siraben/powder-mainProgram
the-powder-toy: add mainProgram, update license
This commit is contained in:
commit
375d84f790
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue