Merge pull request #264624 from yurrriq/kubelogin-drop-maintainer

kubelogin: drop yurrriq from maintainers
This commit is contained in:
Weijia Wang
2023-10-31 21:33:26 +01:00
committed by GitHub
@@ -22,6 +22,6 @@ buildGoModule rec {
description = "A Kubernetes credential plugin implementing Azure authentication";
inherit (src.meta) homepage;
license = licenses.mit;
maintainers = with maintainers; [ yurrriq ];
maintainers = [];
};
}