Browse Source

Merge pull request #77 from jcomellas/add-hex-info-to-app-file

Add information to app file for hex package manager
David N. Welton 9 years ago
parent
commit
792a93c59d
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/epgsql.app.src

+ 4 - 1
src/epgsql.app.src

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