Rename project to qdate_localtime

This commit is contained in:
Jesse Gumm 2016-07-06 17:27:10 -05:00
parent 553e358728
commit 92b0438db5
4 changed files with 15 additions and 4 deletions

View file

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