Browse Source

Add hex.pm metadata

pull/404/head
Mark Allen 8 years ago
parent
commit
805676f304
1 changed files with 5 additions and 2 deletions
  1. +5
    -2
      src/lager.app.src

+ 5
- 2
src/lager.app.src View File

@ -3,7 +3,7 @@
{application, lager,
[
{description, "Erlang logging framework"},
{vsn, "3.4.0"},
{vsn, "3.4.1"},
{modules, []},
{applications, [
kernel,
@ -56,5 +56,8 @@
%% async_threshold_window. This value only applies to the
%% default sink; extra sinks can supply their own.
{async_threshold_window, 5}
]}
]},
{maintainers, ["Mark Allen", "Andrew Thompson"]},
{licenses, ["Apache 2"]},
{links, [{"Github", "https://github.com/erlang-lager/lager"}]}
]}.

Loading…
Cancel
Save