diff --git a/pkgs/development/python-modules/gdtoolkit/default.nix b/pkgs/development/python-modules/gdtoolkit/default.nix index cc6c9c7ee440..2ca2f67cc9e2 100644 --- a/pkgs/development/python-modules/gdtoolkit/default.nix +++ b/pkgs/development/python-modules/gdtoolkit/default.nix @@ -85,6 +85,6 @@ buildPythonPackage rec { description = "Independent set of tools for working with Godot's GDScript - parser, linter and formatter"; homepage = "https://github.com/Scony/godot-gdscript-toolkit"; license = licenses.mit; - maintainers = with maintainers; [ shiryel ]; + maintainers = with maintainers; [ shiryel tmarkus ]; }; }