From 433931d6245b70e56bee489b7cb4d2ed1d149b6b Mon Sep 17 00:00:00 2001 From: Kei Arima Date: Wed, 15 Feb 2023 06:16:03 +0900 Subject: [PATCH] Fix source_url in grpc-ecosystem/grpc-gateway (#367) The source_url in buf.plugin.yaml for grpc-gateway seemed to be wrong, so I fixed it. --- plugins/grpc-ecosystem/gateway/v2.15.0/buf.plugin.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/grpc-ecosystem/gateway/v2.15.0/buf.plugin.yaml b/plugins/grpc-ecosystem/gateway/v2.15.0/buf.plugin.yaml index ac3919b02..6d01d5688 100644 --- a/plugins/grpc-ecosystem/gateway/v2.15.0/buf.plugin.yaml +++ b/plugins/grpc-ecosystem/gateway/v2.15.0/buf.plugin.yaml @@ -1,7 +1,7 @@ version: v1 name: buf.build/grpc-ecosystem/gateway plugin_version: v2.15.0 -source_url: https://github.com/grpc/grpc-gateway +source_url: https://github.com/grpc-ecosystem/grpc-gateway description: gRPC to JSON proxy generator following the gRPC HTTP spec. output_languages: - go