Просмотр исходного кода

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 лет назад
Родитель
Сommit
792a93c59d
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      src/epgsql.app.src

+ 4 - 1
src/epgsql.app.src

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