diff --git a/pkgs/development/tools/buf/default.nix b/pkgs/development/tools/buf/default.nix index 28e568338567..7b49e59d3749 100644 --- a/pkgs/development/tools/buf/default.nix +++ b/pkgs/development/tools/buf/default.nix @@ -76,6 +76,6 @@ buildGoModule rec { changelog = "https://github.com/bufbuild/buf/releases/tag/v${version}"; description = "Create consistent Protobuf APIs that preserve compatibility and comply with design best-practices"; license = licenses.asl20; - maintainers = with maintainers; [ raboof jk lrewega ]; + maintainers = with maintainers; [ jk lrewega ]; }; }