treefmt: add @MattSturgeon to maintainers
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user