add hex metadata for packaging in hex
Project: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/commit/94fab9a4 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/tree/94fab9a4 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/diff/94fab9a4 Branch: refs/heads/upstream Commit: 94fab9a4d9986706253473683ac751328502d8ea Parents: fd81d44 Author: benoitc <[email protected]> Authored: Fri Nov 6 11:29:35 2015 +0100 Committer: benoitc <[email protected]> Committed: Fri Nov 6 11:29:35 2015 +0100 ---------------------------------------------------------------------- src/ibrowse.app.src | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ibrowse/blob/94fab9a4/src/ibrowse.app.src ---------------------------------------------------------------------- diff --git a/src/ibrowse.app.src b/src/ibrowse.app.src index 3baa8d0..cc20637 100644 --- a/src/ibrowse.app.src +++ b/src/ibrowse.app.src @@ -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"}]} + +]}.
