diff --git a/apps/emqx_exhook/rebar.config b/apps/emqx_exhook/rebar.config index 0019ca245..1db04037f 100644 --- a/apps/emqx_exhook/rebar.config +++ b/apps/emqx_exhook/rebar.config @@ -1,7 +1,7 @@ %%-*- mode: erlang -*- {plugins, [rebar3_proper, - {grpcbox_plugin, {git, "https://github.com/HJianBo/grpcbox_plugin", {branch, "master"}}} + {grpcbox_plugin, {git, "https://github.com/zmstone/grpcbox_plugin", {branch, "master"}}} ]}. {deps, diff --git a/apps/emqx_exproto/rebar.config b/apps/emqx_exproto/rebar.config index e989b5aeb..bfc87e92c 100644 --- a/apps/emqx_exproto/rebar.config +++ b/apps/emqx_exproto/rebar.config @@ -9,7 +9,7 @@ {parse_transform}]}. {plugins, - [{grpcbox_plugin, {git, "https://github.com/HJianBo/grpcbox_plugin", {branch, "master"}}} + [{grpcbox_plugin, {git, "https://github.com/zmstone/grpcbox_plugin", {branch, "master"}}} ]}. {deps,