Merge pull request #4 from dalmatinerdb/hex

Add missing fields for hex publish
This commit is contained in:
Jesse Gumm 2016-02-26 14:09:39 -06:00
commit 4afd6ce482

View file

@ -1,11 +1,12 @@
{application, 'erlang_localtime', {application, 'erlang_localtime',
[ [
{description, "Erlang library for conversion from one local time to another"}, {description, "Erlang library for conversion from one local time to another"},
{vsn, "1.0"}, {vsn, "1.0.0"},
{applications, [kernel, stdlib]}, {applications, [kernel, stdlib]},
{modules, []}, {modules, []},
{registered, []}, {registered, []},
{env, []}, {env, []},
{maintainers, ["Jesse Gumm", "Heinz N. Gies"]},
{licenses, ["BSD"]}, {licenses, ["BSD"]},
{links, [{"Github", "https://github.com/choptastic/erlang_localtime"}]} {links, [{"Github", "https://github.com/choptastic/erlang_localtime"}]}
]}. ]}.