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

Add information to app file for hex package manager

Juan Jose Comellas 9 лет назад
Родитель
Сommit
638d041414
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      src/epgsql.app.src

+ 5 - 1
src/epgsql.app.src

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