From 398679625388a7df384c798c7d0ab08af55bbe98 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Tue, 31 Oct 2023 12:08:50 -0500 Subject: [PATCH] kubelogin: drop yurrriq from maintainers --- pkgs/applications/networking/cluster/kubelogin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/networking/cluster/kubelogin/default.nix b/pkgs/applications/networking/cluster/kubelogin/default.nix index b5e726dfcb69..b380d07023a1 100644 --- a/pkgs/applications/networking/cluster/kubelogin/default.nix +++ b/pkgs/applications/networking/cluster/kubelogin/default.nix @@ -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 = []; }; }