Updat app file

This commit is contained in:
Feng Lee 2019-08-26 18:36:47 +08:00 committed by turtleDeng
parent 29d49b4073
commit a4e9142979
1 changed files with 7 additions and 5 deletions

View File

@ -1,14 +1,16 @@
{application, emqx, [ {application, emqx,
[{description, "EMQ X Broker"},
{id, "emqx"}, {id, "emqx"},
{vsn, "git"}, {vsn, "git"},
{description, "EMQ X Broker"},
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{applications, [kernel,stdlib,jsx,gproc,gen_rpc,esockd,cowboy, {applications, [kernel,stdlib,jsx,gproc,gen_rpc,esockd,cowboy,
sasl,os_mon]}, sasl,os_mon]},
{env, []},
{mod, {emqx_app,[]}}, {mod, {emqx_app,[]}},
{maintainers, ["Feng Lee <feng@emqx.io>"]}, {env, []},
{licenses, ["Apache-2.0"]}, {licenses, ["Apache-2.0"]},
{links, [{"Github", "https://github.com/emqx/emqx"}]} {maintainers, ["EMQ X Team <contact@emqx.io>"]},
{links, [{"Homepage", "https://emqx.io/"},
{"Github", "https://github.com/emqx/emqx"}
]}
]}. ]}.