etnt / etacacs_plus

TACACS+ in Erlang
Apache License 2.0
3 stars 1 forks source link

Missing link to GitHub in hex.m #3

Closed vkatsuba closed 11 months ago

vkatsuba commented 11 months ago

In hex.pm provided a https://hex.pm/packages/etacacs_plus link to documentation - but missed link to GitHub repo.

etnt commented 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"}
vkatsuba commented 11 months ago

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?

etnt commented 11 months ago

I think I just followed this description:

https://rebar3.org/docs/package_management/

etnt commented 11 months ago

Ok I found it. I have added a Github link in the .app.src file.