From a4e91429799cb916c37662c0b91172a8be690b26 Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Mon, 26 Aug 2019 18:36:47 +0800 Subject: [PATCH] Updat app file --- src/emqx.app.src | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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"} + ]} ]}.