Browse Source

add hex.pm info to app.src

Ulf Wiger 8 years ago
parent
commit
1c5863e5bb
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/gproc.app.src

+ 5 - 1
src/gproc.app.src

@@ -9,6 +9,10 @@
   {id, "GPROC"},
   {registered, [ ] },
   {applications, [ kernel, stdlib ] },
-  {mod, {gproc_app, []} }
+  {mod, {gproc_app, []} },
+
+  {maintainers, ["Ulf Wiger"]},
+  {licenses, ["EPL"]},
+  {links, [{"Github", "https://github.com/uwiger/gproc"}]}
  ]
 }.