Update the .app file

This commit is contained in:
Feng Lee 2019-07-25 09:25:00 +08:00
parent 2de4bb0b8f
commit a0a2375810
1 changed files with 14 additions and 12 deletions

View File

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