Unverified Commit 433cb7b6 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #200520 from raboof/buf-remove-maintainer-raboof

buf: remove raboof as maintainer
parents d2d6d737 054bdf8e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ];
  };
}