diff --git a/pkgs/by-name/ku/kube-router/package.nix b/pkgs/by-name/ku/kube-router/package.nix index dca45e008087..0e2a0baeeba9 100644 --- a/pkgs/by-name/ku/kube-router/package.nix +++ b/pkgs/by-name/ku/kube-router/package.nix @@ -31,7 +31,7 @@ buildGoModule rec { description = "All-in-one router, firewall and service proxy for Kubernetes"; mainProgram = "kube-router"; license = licenses.asl20; - maintainers = with maintainers; [ colemickens johanot ]; + maintainers = with maintainers; [ johanot ]; platforms = platforms.linux; }; }