Skip to content

Commit

Permalink
Add to hex packages (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viacheslav Katsuba authored Jan 20, 2021
1 parent 37efe78 commit bbf9cb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@
{xref_checks, [undefined_function_calls, undefined_functions,
locals_not_used, deprecated_function_calls,
deprecated_funcqtions]}.

{plugins, [rebar3_hex]}.
2 changes: 1 addition & 1 deletion src/prometheus_diameter_collector.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
{modules, []},

{licenses, ["Apache 2.0"]},
{links, []}
{links, [{"Github", "https://github.com/travelping/prometheus_diameter_collector"}]}
]}.

0 comments on commit bbf9cb1

Please sign in to comment.