From c361d9397225b3c5570484aaa2f1794af9ae2397 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sun, 16 Jan 2022 19:32:31 -0500 Subject: [PATCH] chore(plugins/stock): move to community --- source/plugins/{ => community}/stock/README.md | 1 + source/plugins/{ => community}/stock/examples.yml | 0 source/plugins/{ => community}/stock/index.mjs | 0 source/plugins/{ => community}/stock/metadata.yml | 5 +++-- 4 files changed, 4 insertions(+), 2 deletions(-) rename source/plugins/{ => community}/stock/README.md (97%) rename source/plugins/{ => community}/stock/examples.yml (100%) rename source/plugins/{ => community}/stock/index.mjs (100%) rename source/plugins/{ => community}/stock/metadata.yml (96%) diff --git a/source/plugins/stock/README.md b/source/plugins/community/stock/README.md similarity index 97% rename from source/plugins/stock/README.md rename to source/plugins/community/stock/README.md index 9a42cc92..d6696509 100644 --- a/source/plugins/stock/README.md +++ b/source/plugins/community/stock/README.md @@ -3,6 +3,7 @@

💹 Stock prices

This plugin displays the stock market price of a given company.

+Authors@lowlighter Supported features
→ Full specification 📗 Classic template 📘 Repository template diff --git a/source/plugins/stock/examples.yml b/source/plugins/community/stock/examples.yml similarity index 100% rename from source/plugins/stock/examples.yml rename to source/plugins/community/stock/examples.yml diff --git a/source/plugins/stock/index.mjs b/source/plugins/community/stock/index.mjs similarity index 100% rename from source/plugins/stock/index.mjs rename to source/plugins/community/stock/index.mjs diff --git a/source/plugins/stock/metadata.yml b/source/plugins/community/stock/metadata.yml similarity index 96% rename from source/plugins/stock/metadata.yml rename to source/plugins/community/stock/metadata.yml index ebc9bbb1..6ba9443e 100644 --- a/source/plugins/stock/metadata.yml +++ b/source/plugins/community/stock/metadata.yml @@ -1,9 +1,10 @@ name: "💹 Stock prices" -category: social +category: community description: This plugin displays the stock market price of a given company. examples: default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stock.svg -index: 8 +authors: + - lowlighter supports: - user - organization