Skip to content

Commit

Permalink
Apply review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
arcusfelis committed Jan 15, 2024
1 parent a1b330f commit 8cb516b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
8 changes: 1 addition & 7 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@
{cover_tests, [
{ct, "--sname=ct1 --cover"}
]},
{docs, [
{do, "ex_doc"}
]},
{publish_to_hex, [
{do, "default as publish_to_hex hex publish --revert 0.0.1"}
]},
{all, [
format,
run_tests,
Expand All @@ -52,7 +46,7 @@
]}
]}.

{plugins, [rebar3_ex_doc, hex]}.
{plugins, [rebar3_ex_doc, rebar3_hex]}.

{ex_doc, [
{source_url, <<"https://github.com/esl/cets">>},
Expand Down
3 changes: 1 addition & 2 deletions src/cets.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
{applications, [kernel, stdlib]},
{env, []},
{maintainers, ["ESL"]},
{pkg_name, "cets"},
{licenses, ["Apache License 2.0"]},
{licenses, ["Apache-2.0"]},
{links, [{"GitHub", "https://github.com/esl/cets/"}]}
]}.

0 comments on commit 8cb516b

Please sign in to comment.