~cevado/boto

c8b9738f667aef81200e1d0ea6e9ec00e4867134 — cevado 8 months ago d4806a3
Fix some config files
4 files changed, 12 insertions(+), 6 deletions(-)

M LICENSE
D docs.config
M rebar.config
M src/boto.app.src
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">>}}]}.