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"}]} ]}.