python3Packages.gdtoolkit: Add maintainer tmarkus
This commit is contained in:
parent
be8ad9be4d
commit
142a89518e
1 changed files with 1 additions and 1 deletions
|
@ -85,6 +85,6 @@ buildPythonPackage rec {
|
||||||
description = "Independent set of tools for working with Godot's GDScript - parser, linter and formatter";
|
description = "Independent set of tools for working with Godot's GDScript - parser, linter and formatter";
|
||||||
homepage = "https://github.com/Scony/godot-gdscript-toolkit";
|
homepage = "https://github.com/Scony/godot-gdscript-toolkit";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ shiryel ];
|
maintainers = with maintainers; [ shiryel tmarkus ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue