From da5788ecb2576d33e0fe79176f679c81880534d5 Mon Sep 17 00:00:00 2001 From: Marc Worrell Date: Wed, 22 Jun 2022 11:14:48 +0200 Subject: [PATCH] Set min otp to 23, remove maintainers (#43) --- rebar.config | 4 +--- src/cowmachine.app.src | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/rebar.config b/rebar.config index 29b1cdc..7c9b062 100644 --- a/rebar.config +++ b/rebar.config @@ -1,6 +1,6 @@ %%-*- mode: erlang -*- -{require_min_otp_vsn, "22.3"}. +{minimum_otp_vsn, "23"}. {project_plugins, [rebar3_hex, rebar3_ex_doc]}. @@ -16,7 +16,6 @@ locals_not_used, deprecated_function_calls ]}, - {xref_ignores, [ ]}, {plugins, [ @@ -35,7 +34,6 @@ no_return ]} ]}, - {erl_opts, [ debug_info ]} diff --git a/src/cowmachine.app.src b/src/cowmachine.app.src index 2676987..bd3bbe2 100644 --- a/src/cowmachine.app.src +++ b/src/cowmachine.app.src @@ -12,7 +12,6 @@ {env, [ {use_sendfile, erlang} ]}, - {maintainers, ["Zotonic Team"]}, {licenses, ["Apache-2.0"]}, {links, [{"GitHub", "https://github.com/zotonic/cowmachine"}]} ]}.