aws-iam-authenticator: add ryan4yin as a maintainer
This commit is contained in:
@@ -37,6 +37,9 @@ buildGoModule rec {
|
||||
mainProgram = "aws-iam-authenticator";
|
||||
changelog = "https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/tag/v${version}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ srhb ];
|
||||
maintainers = with lib.maintainers; [
|
||||
srhb
|
||||
ryan4yin
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user