fix for Failed to extract name from erlydtl.app.src #fixes #231
@@ -5,10 +5,10 @@ ExtraApps = case application:get_key(syntax_tools, vsn) of
_ -> []
end,
-{application, erlydtl,
+[{application, erlydtl,
[{description, "Django Template Language for Erlang"},
{vsn, git},
{modules, []},
{applications, [kernel, stdlib, compiler, syntax_tools|ExtraApps]},
{registered, []}
- ]}.
+ ]}].