From de99cf3b058cda321a66d24f3a7ab698c5c4bd25 Mon Sep 17 00:00:00 2001 From: superherointj Date: Sat, 7 Mar 2026 14:55:28 -0300 Subject: [PATCH] godot: add superherointj as maintainer --- pkgs/development/tools/godot/common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/tools/godot/common.nix b/pkgs/development/tools/godot/common.nix index 44be2ac732af..063f79920e13 100644 --- a/pkgs/development/tools/godot/common.nix +++ b/pkgs/development/tools/godot/common.nix @@ -774,8 +774,9 @@ let "aarch64-darwin" ]; maintainers = with lib.maintainers; [ - shiryel corngood + shiryel + superherointj ]; mainProgram = "godot${suffix}"; };