Browse Source

Add metadata to .app.src file for hex.

Roberto Ostinelli 5 years ago
parent
commit
0764f18fe4
1 changed files with 4 additions and 2 deletions
  1. 4 2
      src/syn.app.src

+ 4 - 2
src/syn.app.src

@@ -15,8 +15,10 @@
         {mod, {syn_app, []}},
         {env, []},
 
-        {maintainers, ["Roberto Ostinelli"]},
         {licenses, ["MIT"]},
-        {links, [{"Github", "https://github.com/ostinelli/syn"}]}
+        {links, [
+            {"Github", "https://github.com/ostinelli/syn"},
+            {"ostinelli|net", "http://www.ostinelli.net/a-journey-to-syn-v2/"}
+        ]}
     ]
 }.