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