Update the .app file
This commit is contained in:
parent
2de4bb0b8f
commit
a0a2375810
|
@ -1,12 +1,14 @@
|
||||||
{application,emqx,
|
{application, emqx, [
|
||||||
[{description,"EMQ X Broker"},
|
{id, "emqx"},
|
||||||
{vsn,"git"},
|
{vsn, "git"},
|
||||||
{modules,[]},
|
{description, "EMQ X Broker"},
|
||||||
{registered,[emqx_sup]},
|
{modules, []},
|
||||||
{applications,[kernel,stdlib,jsx,gproc,gen_rpc,esockd,cowboy,
|
{registered, []},
|
||||||
replayq,sasl,os_mon]},
|
{applications, [kernel,stdlib,jsx,gproc,gen_rpc,esockd,cowboy,
|
||||||
{env,[]},
|
replayq,sasl,os_mon]},
|
||||||
{mod,{emqx_app,[]}},
|
{env, []},
|
||||||
{maintainers,["Feng Lee <feng@emqx.io>"]},
|
{mod, {emqx_app,[]}},
|
||||||
{licenses,["Apache-2.0"]},
|
{maintainers, ["Feng Lee <feng@emqx.io>"]},
|
||||||
{links,[{"Github","https://github.com/emqx/emqx"}]}]}.
|
{licenses, ["Apache-2.0"]},
|
||||||
|
{links, [{"Github", "https://github.com/emqx/emqx"}]}
|
||||||
|
]}.
|
||||||
|
|
Loading…
Reference in New Issue