crossplane-cli: add myself as maintainer

This commit is contained in:
LorenzBischof
2026-05-22 09:38:24 +02:00
parent 4952b23233
commit dca146f185
+4 -1
View File
@@ -42,6 +42,9 @@ buildGoModule (finalAttrs: {
description = "Utility to make using Crossplane easier";
mainProgram = "crossplane";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ selfuryon ];
maintainers = with lib.maintainers; [
selfuryon
LorenzBischof
];
};
})