maintainers: add joibel as maintainer of argo-workflows (#517805)
This commit is contained in:
@@ -13123,6 +13123,13 @@
|
||||
githubId = 168684553;
|
||||
name = "João Marques";
|
||||
};
|
||||
joibel = {
|
||||
email = "alan@clucas.org";
|
||||
github = "Joibel";
|
||||
githubId = 1827156;
|
||||
name = "Alan Clucas";
|
||||
keys = [ { fingerprint = "EBE6 85B9 4904 22E1 EC94 7B17 79C7 9CBD BAF6 4C13"; } ];
|
||||
};
|
||||
joinemm = {
|
||||
email = "joonas@rautiola.co";
|
||||
github = "joinemm";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user