Browse Source

Add metadata to .app file in order to publish Syn to hex.pm.

Also, add rebar.lock for rebar3 compatibility.
Roberto Ostinelli 9 years ago
parent
commit
996bde3c8c
2 changed files with 6 additions and 1 deletions
  1. 1 0
      rebar.lock
  2. 5 1
      src/syn.app.src

+ 1 - 0
rebar.lock

@@ -0,0 +1 @@
+[].

+ 5 - 1
src/syn.app.src

@@ -13,6 +13,10 @@
             mnesia
         ]},
         {mod, {syn_app, []}},
-        {env, []}
+        {env, []},
+
+        {maintainers, ["Roberto Ostinelli"]},
+        {licenses, ["MIT"]},
+        {links, [{"Github", "https://github.com/ostinelli/syn"}]}
     ]
 }.