Fix the syntax error

This commit is contained in:
Feng Lee 2017-03-13 16:30:41 +08:00
parent 1de9496b4e
commit 2e6e97b006
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
{registered, [emqttd_sup]},
{applications, [kernel,stdlib,gproc,lager,esockd,mochiweb,lager_syslog,pbkdf2]},
{env, []},
{mod, {emqttd_app, []}}
{mod, {emqttd_app, []}},
{maintainers, ["Feng Lee <feng@emqtt.io>"]},
{licenses, ["MIT"]},
{links, [{"Github", "https://github.com/emqtt/emqttd"}]}