kubebuilder: add hythera as maintainer

This commit is contained in:
Hythera
2026-06-27 13:21:45 +02:00
parent 37793d0570
commit e3697bb81d
+3 -1
View File
@@ -69,6 +69,8 @@ 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 = [ ];
maintainers = with lib.maintainers; [
hythera
];
};
})