about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Bailey <eric@ericb.me>2023-10-31 12:08:50 -0500
committerEric Bailey <eric@ericb.me>2023-10-31 12:08:50 -0500
commit398679625388a7df384c798c7d0ab08af55bbe98 (patch)
tree00ccdc641c1a6331f710fde582ffbaaa6fb11832
parentd36ef80a8f97344f1f1d581e55b3d1ba720c9a59 (diff)
kubelogin: drop yurrriq from maintainers
-rw-r--r--pkgs/applications/networking/cluster/kubelogin/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/kubelogin/default.nix b/pkgs/applications/networking/cluster/kubelogin/default.nix
index b5e726dfcb690..b380d07023a14 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 = [];
   };
 }