Merge pull request #958 from phanimahesh/update-app.src

correct licence in app.src
This commit is contained in:
Feng Lee 2017-03-24 20:02:40 +08:00 committed by GitHub
commit 33a3933ea2
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
{env, []},
{mod, {emqttd_app, []}},
{maintainers, ["Feng Lee <feng@emqtt.io>"]},
{licenses, ["MIT"]},
{licenses, ["Apache-2.0"]},
{links, [{"Github", "https://github.com/emqtt/emqttd"}]}
]}.