Add missing fields for hex publish
This commit is contained in:
parent
78276b1f9e
commit
d3d815280d
1 changed files with 2 additions and 1 deletions
|
@ -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"}]}
|
||||||
]}.
|
]}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue