Skip to content

Commit 5a22a06

Browse files
committed
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. ```
1 parent 47f1626 commit 5a22a06

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/jsn.app.src

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
{applications, [kernel,
55
stdlib
66
]},
7-
{maintainers, ["Nicholas Lundgaard", "Mark Allen"]},
87
{licenses, ["Apache 2"]},
98
{links, [{"Github", "https://github.com/nalundgaard/jsn"}]}
109
]}.

0 commit comments

Comments
 (0)