maintainers: remove cmars (#530735)

This commit is contained in:
Yohann Boniface
2026-06-18 18:14:27 +00:00
committed by GitHub
2 changed files with 1 additions and 8 deletions
-7
View File
@@ -5269,13 +5269,6 @@
githubId = 3392199;
name = "Calum MacRae";
};
cmars = {
email = "nix@cmars.tech";
github = "cmars";
githubId = 23741;
name = "Casey Marshall";
keys = [ { fingerprint = "6B78 7E5F B493 FA4F D009 5D10 6DEC 2758 ACD5 A973"; } ];
};
cmcdragonkai = {
email = "roger.qiu@matrix.ai";
github = "CMCDragonkai";
+1 -1
View File
@@ -69,6 +69,6 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/kubernetes-sigs/kubebuilder";
changelog = "https://github.com/kubernetes-sigs/kubebuilder/releases/tag/v${finalAttrs.version}";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ cmars ];
maintainers = [ ];
};
})