add metadata for mochiweb
Project: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/commit/1dd0e6ae Tree: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/tree/1dd0e6ae Diff: http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/diff/1dd0e6ae Branch: refs/heads/master Commit: 1dd0e6aee0cebe93b371d476fbeb590e40ccbb2f Parents: 5ed5ee1 Author: benoitc <[email protected]> Authored: Sat Jun 18 19:18:08 2016 +0200 Committer: benoitc <[email protected]> Committed: Sat Jun 18 19:18:08 2016 +0200 ---------------------------------------------------------------------- src/mochiweb.app.src | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-mochiweb/blob/1dd0e6ae/src/mochiweb.app.src ---------------------------------------------------------------------- diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src index ba86330..3bab78f 100644 --- a/src/mochiweb.app.src +++ b/src/mochiweb.app.src @@ -6,4 +6,10 @@ {registered, []}, {env, []}, {applications, [kernel, stdlib, crypto, inets, ssl, xmerl, - compiler, syntax_tools]}]}. + compiler, syntax_tools]}, + + {maintainers, ["Bob Ippolito"]}, + {licenses, ["MIT"]}, + {links, [{"Github", "https://github.com/mochi/mochiweb"}]} + ] +}.
