package: allow authors key in the plugin commit descriptor

This commit is contained in:
Max Weber
2022-04-28 13:24:54 -06:00
parent aadf9eefc4
commit c05944658b

View File

@@ -239,6 +239,7 @@ public class Plugin implements Closeable
defaultSupportURL = repoRoot + "/tree/" + commit;
warning = (String) cd.remove("warning");
cd.remove("authors");
for (Map.Entry<Object, Object> extra : cd.entrySet())
{