yaml-fmt: add nick-linux to maintainers

This commit is contained in:
nick-linux8
2026-06-09 21:12:48 -04:00
parent 1210527940
commit 108d274ce4
+3 -1
View File
@@ -47,7 +47,9 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/google/yamlfmt";
changelog = "https://github.com/google/yamlfmt/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = [ ];
maintainers = with lib.maintainers; [
nick-linux
];
mainProgram = "yamlfmt";
};
})