python3Packages.gdtoolkit: Add maintainer tmarkus

This commit is contained in:
Tobias Markus 2023-02-14 17:00:20 +01:00 committed by Frederik Rietdijk
parent be8ad9be4d
commit 142a89518e

View file

@ -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 ];
};
}