From 1ae07edae8c5532ba543c9a41624a6221adf6214 Mon Sep 17 00:00:00 2001 From: Chandrashekhar Mullaparthi Date: Mon, 28 Sep 2015 21:55:23 +0100 Subject: [PATCH] Added info for hex --- src/ibrowse.app.src | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/ibrowse.app.src b/src/ibrowse.app.src index 3baa8d0..7e28895 100644 --- a/src/ibrowse.app.src +++ b/src/ibrowse.app.src @@ -4,4 +4,9 @@ {registered, [ibrowse_sup, ibrowse]}, {applications, [kernel,stdlib]}, {env, []}, - {mod, {ibrowse_app, []}}]}. + {mod, {ibrowse_app, []}}, + {maintainers, ["Chandrashekhar Mullaparthi"]}, + {licenses, ["GPLv2", "BSD"]}, + {links, ["https://github.com/cmullaparthi/ibrowse"]} + ] +}.