godot_4: add superherointj as maintainer

This commit is contained in:
superherointj 2024-04-18 16:31:28 -03:00
parent 1912515d37
commit 824ba81943
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ stdenv.mkDerivation rec {
description = "Free and Open Source 2D and 3D game engine";
license = lib.licenses.mit;
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
maintainers = with lib.maintainers; [ shiryel ];
maintainers = with lib.maintainers; [ shiryel superherointj ];
mainProgram = "godot4";
};
}