Merge pull request #119457 from ethancedwards8/master

godot: clean up code
This commit is contained in:
Pavol Rusnak 2021-04-14 22:44:31 +02:00 committed by GitHub
commit 81d784ffaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,11 +58,11 @@ in stdenv.mkDerivation rec {
--replace "Exec=godot" "Exec=$out/bin/godot"
'';
meta = {
meta = with lib; {
homepage = "https://godotengine.org";
description = "Free and Open Source 2D and 3D game engine";
license = lib.licenses.mit;
license = licenses.mit;
platforms = [ "i686-linux" "x86_64-linux" ];
maintainers = [ lib.maintainers.twey ];
maintainers = with maintainers; [ twey ];
};
}