the-powder-toy: update license
This commit is contained in:
parent
6154b83a93
commit
8f312f630b
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue