kubelogin: drop yurrriq from maintainers

+1 -1
+1 -1
pkgs/applications/networking/cluster/kubelogin/default.nix
··· 22 22 description = "A Kubernetes credential plugin implementing Azure authentication"; 23 23 inherit (src.meta) homepage; 24 24 license = licenses.mit; 25 - maintainers = with maintainers; [ yurrriq ]; 25 + maintainers = []; 26 26 }; 27 27 }