Browse Source

Add information to app file for hex package manager

Juan Jose Comellas 9 years ago
parent
commit
638d041414
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/epgsql.app.src

+ 5 - 1
src/epgsql.app.src

@@ -7,4 +7,8 @@
                   stdlib,
                   stdlib,
                   ssl]},
                   ssl]},
   {env, []},
   {env, []},
-  {included_applications, []}]}.
+  {included_applications, []},
+  {maintainers, ["David N. Welton"]},
+  {licenses, ["BSD"]},
+  {links, [{"Github", "https://github.com/epgsql/epgsql"}]}
+]}.