argo-workflows: add joibel as maintainer

This commit is contained in:
Alan Clucas
2026-05-07 21:34:27 +01:00
parent 61a6f7df26
commit cd2a230462
+4 -1
View File
@@ -58,7 +58,10 @@ buildGoModule (finalAttrs: {
homepage = "https://github.com/argoproj/argo-workflows";
changelog = "https://github.com/argoproj/argo-workflows/blob/v${finalAttrs.version}/CHANGELOG.md";
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ groodt ];
maintainers = with lib.maintainers; [
groodt
joibel
];
platforms = lib.platforms.unix;
};
})