Skip to content

Commit

Permalink
Fixed up app.src.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jun 10, 2021
1 parent b4a465c commit 36ddf02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [debug_info]}.

{deps, [
{rationals, "0.1.0"},
{rationals, "0.2.0"},
{results, "0.2.0"}
]}.

Expand Down
6 changes: 3 additions & 3 deletions src/coers.app.src
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{application, coers,
[{description, "A small library for coercion to primitive Erlang types"},
[{description, "A small library for coercing to primitive Erlang types"},
{vsn, "0.4.0"},
{registered, []},
{applications,
Expand All @@ -9,7 +9,7 @@
{env,[]},
{modules, []},

{maintainers, []},
{licenses, [mit]},
{files, ["rebar.config", "README*", "LICENSE*", "src", "test"]},
{licenses, ["MIT"]},
{links, []}
]}.

0 comments on commit 36ddf02

Please sign in to comment.