Browse Source

fix -- no merl app

221V 1 year ago
parent
commit
bfc110d3cd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/erlydtl.app.src

+ 1 - 1
src/erlydtl.app.src

@@ -3,7 +3,7 @@
  [{description, "Django Template Language for Erlang"},
   {vsn, "0.13.0"},
   {modules, []},
-  {applications, [kernel, stdlib, compiler, syntax_tools, merl]},
+  {applications, [kernel, stdlib, compiler, syntax_tools]},
   {registered, []},
   {maintainers, ["Andreas Stenius (@kaos)", "Heinz N. Gies"]},
   {licenses,["MIT"]},