From 5a22a068daf9553eee75191f27889611bffa0b7d Mon Sep 17 00:00:00 2001 From: Nicholas Lundgaard Date: Sun, 9 Feb 2020 11:46:14 -0600 Subject: [PATCH] Remove deprecated maintainers field Due to Hex.pm change, this must be removed to publish hex packages. ```` $ rebar3 hex publish ===> Verifying dependencies... ===> Validator Errors: jsn.app.src : deprecated field maintainers found Please see https://hex.pm/docs/rebar3_publish for more info. ``` --- src/jsn.app.src | 1 - 1 file changed, 1 deletion(-) diff --git a/src/jsn.app.src b/src/jsn.app.src index dbee9ce..403863b 100644 --- a/src/jsn.app.src +++ b/src/jsn.app.src @@ -4,7 +4,6 @@ {applications, [kernel, stdlib ]}, - {maintainers, ["Nicholas Lundgaard", "Mark Allen"]}, {licenses, ["Apache 2"]}, {links, [{"Github", "https://github.com/nalundgaard/jsn"}]} ]}.