chore: update metadata.yml

This commit is contained in:
lowlighter
2021-11-26 18:49:24 -05:00
parent b327829235
commit edc0d52983
4 changed files with 8 additions and 7 deletions

View File

@@ -15,5 +15,5 @@ The following plugins are maintained by Metric's core team:
The following plugins are provided and maintained by Metrics's user community:
<% { let previous = null; for (const [plugin, {name, category, authors = []}] of Object.entries(plugins).filter(([key, value]) => (value)&&(value.category === "community")).sort(([an, a], [bn, b]) => a.category === b.category ? an.localeCompare(bn) : 0)) { %><%# -%>
* [<%- name %>](/source/plugins/<%= plugin %>/README.md) <%- authors.map(author => `[@${author}](https://github.com/${author})`).join(" ") %><%# -%>
* [<%- name %>](/source/plugins/<%= plugin %>/README.md) <%- authors.map(author => `[@${author}](https://github.com/${author})`).join(" ") %>
<% }} %>