Skip to content

Commit 433931d

Browse files
authored
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.
1 parent c4151db commit 433931d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/grpc-ecosystem/gateway/v2.15.0/buf.plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: v1
22
name: buf.build/grpc-ecosystem/gateway
33
plugin_version: v2.15.0
4-
source_url: https://github.com/grpc/grpc-gateway
4+
source_url: https://github.com/grpc-ecosystem/grpc-gateway
55
description: gRPC to JSON proxy generator following the gRPC HTTP spec.
66
output_languages:
77
- go

0 commit comments

Comments
 (0)