kyverno-chainsaw: add myself as maintainer

This commit is contained in:
LorenzBischof
2026-05-18 09:41:12 +02:00
parent 6ef0c354a2
commit 0ad658b067
+3 -1
View File
@@ -59,6 +59,8 @@ buildGoModule (finalAttrs: {
* Asserting operators react (or not) the way they should
'';
mainProgram = "chainsaw";
maintainers = [ ];
maintainers = with lib.maintainers; [
LorenzBischof
];
};
})