From a0ad9f6168e4721a11f80abe4f9570b087a72850 Mon Sep 17 00:00:00 2001 From: vkatsuba Date: Sun, 14 Feb 2021 15:01:35 +0200 Subject: [PATCH] Add rebar3_hex --- rebar.config | 2 ++ src/bellboy.app.src | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 3ffc9e4..045778a 100644 --- a/rebar.config +++ b/rebar.config @@ -11,4 +11,6 @@ {uuid, "1.7.5", {pkg, uuid_erl}} ]}. +%% == Plugins == +{plugins, [rebar3_hex]}. diff --git a/src/bellboy.app.src b/src/bellboy.app.src index 45bbbc3..07b7959 100644 --- a/src/bellboy.app.src +++ b/src/bellboy.app.src @@ -13,5 +13,5 @@ {modules, []}, {maintainers, []}, {licenses, ["MIT"]}, - {links, []} + {links, [{"Github", "https://github.com/vkatsuba/bellboy"}]} ]}.