diff --git a/src/eimap.app.src b/src/eimap.app.src index 9b9a533..d50dc2d 100644 --- a/src/eimap.app.src +++ b/src/eimap.app.src @@ -1,22 +1,21 @@ %% -*- tab-width: 4;erlang-indent-level: 4;indent-tabs-mode: nil -*- {application, eimap, [ { description, "IMAP client implementation" }, { vsn, "0.4.1" }, { registered, [] }, { applications, [ kernel, stdlib, crypto, ssl, compiler, syntax_tools, - goldrush, lager ] }, { env, [ ]}, { maintainers, ["Aaron Seigo"] }, { licenses, ["LGPLv3+"] }, { links, ["https://git.kolab.org/diffusion/EI/"] } ]}.