Browse Source

add hex metadata

for packaging in hex
pull/137/head
benoitc 9 years ago
parent
commit
94fab9a4d9
1 changed files with 13 additions and 7 deletions
  1. +13
    -7
      src/ibrowse.app.src

+ 13
- 7
src/ibrowse.app.src View File

@ -1,7 +1,13 @@
{application, ibrowse,
[{description, "Erlang HTTP client application"},
{vsn, "4.2"},
{registered, [ibrowse_sup, ibrowse]},
{applications, [kernel,stdlib]},
{env, []},
{mod, {ibrowse_app, []}}]}.
{application, ibrowse, [
{description, "Erlang HTTP client application"},
{vsn, "4.2"},
{registered, [ibrowse_sup, ibrowse]},
{applications, [kernel,stdlib]},
{env, []},
{mod, {ibrowse_app, []}},
{maintainers, ["Chandrashekhar Mullaparthi"]},
{license, ["BSD"]},
{links, [{"Github", "https://github.com/cmullaparthi/ibrowse"}]}
]}.

Loading…
Cancel
Save