Commit 39867962 authored by Eric Bailey's avatar Eric Bailey
Browse files

kubelogin: drop yurrriq from maintainers

parent d36ef80a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 = [];
  };
}