Closed vkatsuba closed 11 months ago
Hm...how do I specify that? I got this in the rebar.config file for the ex_doc plugin:
{source_url, "https://github.com/etnt/etacacs_plus"}
The source_url is related only to ex_doc documentation only. I not sure I know what approach you use for push your project into hex.pm. So, I was use a rebar3_hex
and in *.src
file I put a links
section like {links, [{"Github", "https://github.com/NAME/PROJECT"}]},
and just push it into hex use plugin commands. In your case I do not see that you use any plugins. Maybe you need add rebar3_hex and use it for publishing?
I think I just followed this description:
Ok I found it. I have added a Github link in the .app.src file.
In hex.pm provided a https://hex.pm/packages/etacacs_plus link to documentation - but missed link to GitHub repo.