yamlfmt: add nick-linux to maintainers (#530166)

This commit is contained in:
Peder Bergebakken Sundt
2026-06-12 00:59:20 +00:00
committed by GitHub
+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";
};
})