From bbf9cb10f9f51f67c77d80b2c8ca63e2266300d2 Mon Sep 17 00:00:00 2001 From: Viacheslav Katsuba Date: Wed, 20 Jan 2021 15:38:29 +0200 Subject: [PATCH] Add to hex packages (#11) --- rebar.config | 2 ++ src/prometheus_diameter_collector.app.src | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 433e54f..7944d44 100644 --- a/rebar.config +++ b/rebar.config @@ -6,3 +6,5 @@ {xref_checks, [undefined_function_calls, undefined_functions, locals_not_used, deprecated_function_calls, deprecated_funcqtions]}. + +{plugins, [rebar3_hex]}. diff --git a/src/prometheus_diameter_collector.app.src b/src/prometheus_diameter_collector.app.src index 18644ce..583a067 100644 --- a/src/prometheus_diameter_collector.app.src +++ b/src/prometheus_diameter_collector.app.src @@ -10,5 +10,5 @@ {modules, []}, {licenses, ["Apache 2.0"]}, - {links, []} + {links, [{"Github", "https://github.com/travelping/prometheus_diameter_collector"}]} ]}.