Skip to content

Commit

Permalink
Set min otp to 23, remove maintainers (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell committed Jun 22, 2022
1 parent c0dd246 commit da5788e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%%-*- mode: erlang -*-

{require_min_otp_vsn, "22.3"}.
{minimum_otp_vsn, "23"}.

{project_plugins, [rebar3_hex, rebar3_ex_doc]}.

Expand All @@ -16,7 +16,6 @@
locals_not_used,
deprecated_function_calls
]},

{xref_ignores, [
]},
{plugins, [
Expand All @@ -35,7 +34,6 @@
no_return
]}
]},

{erl_opts, [
debug_info
]}
Expand Down
1 change: 0 additions & 1 deletion src/cowmachine.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
{env, [
{use_sendfile, erlang}
]},
{maintainers, ["Zotonic Team"]},
{licenses, ["Apache-2.0"]},
{links, [{"GitHub", "https://github.com/zotonic/cowmachine"}]}
]}.

0 comments on commit da5788e

Please sign in to comment.