diff --git a/src/aleppo.app.src b/src/aleppo.app.src index 2160b9b..53b89ea 100644 --- a/src/aleppo.app.src +++ b/src/aleppo.app.src @@ -7,8 +7,8 @@ {applications, [kernel, stdlib]}, {registered, []}, {pkg_name, inaka_aleppo}, - {maintainers, ["Inaka"]}, + {maintainers, ["Inaka", "ErlyORM"]}, {licenses, []}, {links, [{"Github", "https://github.com/inaka/aleppo"}]}, - {build_tools, ["make"]} + {build_tools, ["make", "rebar"]} ]}.