Skip to content

Commit

Permalink
Fix source_url in grpc-ecosystem/grpc-gateway (#367)
Browse files Browse the repository at this point in the history
The source_url in buf.plugin.yaml for grpc-gateway seemed to be wrong,
so I fixed it.
  • Loading branch information
kei2100 authored Feb 14, 2023
1 parent c4151db commit 433931d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/grpc-ecosystem/gateway/v2.15.0/buf.plugin.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 433931d

Please sign in to comment.