Add missing license into ecpool

This commit is contained in:
GilbertWong 2019-06-12 09:32:51 +08:00
parent 254f7362c1
commit a2bc11e97a
1 changed files with 3 additions and 1 deletions

View File

@ -9,5 +9,7 @@
gproc
]},
{mod, { ecpool_app, []}},
{env, []}
{env, []},
{licenses,["Apache-2.0"]},
{links,[{"Github","https://github.com/emqx/ecpool"}]}
]}.