From 142a89518ee69856393e2f80190583e5d1c45a7d Mon Sep 17 00:00:00 2001 From: Tobias Markus Date: Tue, 14 Feb 2023 17:00:20 +0100 Subject: [PATCH] python3Packages.gdtoolkit: Add maintainer tmarkus --- pkgs/development/python-modules/gdtoolkit/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }; }