Rename project to qdate_localtime
This commit is contained in:
parent
553e358728
commit
92b0438db5
4 changed files with 15 additions and 4 deletions
|
@ -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"}]}
|
||||
]}.
|
Loading…
Add table
Add a link
Reference in a new issue