M LICENSE => LICENSE +1 -1
@@ 175,7 175,7 @@
END OF TERMS AND CONDITIONS
- Copyright 2022, cevado <cevado@tutanota.com>.
+ Copyright 2022, Flávio Moreira Vieira <cevado@tutanota.com>.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
D docs.config => docs.config +0 -4
@@ 1,4 0,0 @@
-{source_url, <<"">>}.
-{extras, [<<"">>, <<"">>]}.
-{main, <<"readme">>}.
-{proglang, erlang}.
M rebar.config => rebar.config +8 -0
@@ 2,4 2,12 @@
{hex, [{doc, #{provider => ex_doc}}]}.
{plugins, [rebar3_ex_doc, rebar3_hex]}.
{project_plugins, [rebar3_format, rebar3_lint]}.
+{ex_doc,
+ [{source_url, <<"https://git.sr.ht/~cevado/boto">>},
+ {extras,
+ [{"README.md", #{title => "Overview"}},
+ {"CHANGELOG.md", #{title => "Changelog"}},
+ {"LICENSE", #{title => "Licensse"}}]},
+ {main, "README.md"}]}.
+{hex, [{doc, #{provider => ex_doc}}]}.
{deps, []}.
M src/boto.app.src => src/boto.app.src +3 -1
@@ 9,4 9,6 @@
{modules, []},
{licenses, ["Apache-2.0"]},
{excluded_paths, ["examples/"]},
- {links, #{"sr.ht" => "", "codeberg" => ""}}]}.
+ {links,
+ #{<<"sr.ht">> => <<"https://git.sr.ht/~cevado/boto">>,
+ <<"codeberg">> => <<"https://codeberg.org/cevado/boto">>}}]}.