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

buf: remove raboof as maintainer
This commit is contained in:
Bobby Rong
2022-11-10 21:28:44 +08:00
committed by GitHub
+1 -1
View File
@@ -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 ];
};
}