treefmt: add @MattSturgeon to maintainers

This commit is contained in:
Matt Sturgeon
2025-03-15 14:36:22 +00:00
parent 5e80869544
commit cc720d106f
+4 -3
View File
@@ -31,9 +31,10 @@ buildGoModule rec {
description = "one CLI to format the code tree";
homepage = "https://github.com/numtide/treefmt";
license = lib.licenses.mit;
maintainers = [
lib.maintainers.brianmcgee
lib.maintainers.zimbatm
maintainers = with lib.maintainers; [
brianmcgee
MattSturgeon
zimbatm
];
mainProgram = "treefmt";
};