Rebar3 / hex compatiblility.

Conflicts:
	.gitignore
	src/erlang_localtime.app.src
This commit is contained in:
Heinz N. Gies 2015-07-25 20:16:51 +02:00 committed by Jesse Gumm
parent acc01b92f0
commit e561089118
6 changed files with 8 additions and 6 deletions

View file

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