diff --git a/src/emqx.app.src b/src/emqx.app.src index 0d58e4dd3..9c00ca6bb 100644 --- a/src/emqx.app.src +++ b/src/emqx.app.src @@ -1,14 +1,16 @@ -{application, emqx, [ +{application, emqx, + [{description, "EMQ X Broker"}, {id, "emqx"}, {vsn, "git"}, - {description, "EMQ X Broker"}, {modules, []}, {registered, []}, {applications, [kernel,stdlib,jsx,gproc,gen_rpc,esockd,cowboy, sasl,os_mon]}, - {env, []}, {mod, {emqx_app,[]}}, - {maintainers, ["Feng Lee "]}, + {env, []}, {licenses, ["Apache-2.0"]}, - {links, [{"Github", "https://github.com/emqx/emqx"}]} + {maintainers, ["EMQ X Team "]}, + {links, [{"Homepage", "https://emqx.io/"}, + {"Github", "https://github.com/emqx/emqx"} + ]} ]}.