Merge pull request #4 from dalmatinerdb/hex
Add missing fields for hex publish
This commit is contained in:
commit
4afd6ce482
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
|||
{application, 'erlang_localtime',
|
||||
[
|
||||
{description, "Erlang library for conversion from one local time to another"},
|
||||
{vsn, "1.0"},
|
||||
{vsn, "1.0.0"},
|
||||
{applications, [kernel, stdlib]},
|
||||
{modules, []},
|
||||
{registered, []},
|
||||
{env, []},
|
||||
{maintainers, ["Jesse Gumm", "Heinz N. Gies"]},
|
||||
{licenses, ["BSD"]},
|
||||
{links, [{"Github", "https://github.com/choptastic/erlang_localtime"}]}
|
||||
]}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue