From 3fd6b3ccc4e77d3c82d2d3bc36613c2d6ecfcd10 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sun, 16 Jan 2022 19:33:32 -0500 Subject: [PATCH] chore(plugins/community): move to community --- source/plugins/{ => community}/nightscout/README.md | 0 source/plugins/{ => community}/nightscout/examples.yml | 0 source/plugins/{ => community}/nightscout/index.mjs | 0 source/plugins/{ => community}/nightscout/metadata.yml | 0 source/plugins/{ => community}/poopmap/README.md | 0 source/plugins/{ => community}/poopmap/examples.yml | 0 source/plugins/{ => community}/poopmap/index.mjs | 0 source/plugins/{ => community}/poopmap/metadata.yml | 0 source/plugins/{ => community}/screenshot/README.md | 0 source/plugins/{ => community}/screenshot/examples.yml | 0 source/plugins/{ => community}/screenshot/index.mjs | 0 source/plugins/{ => community}/screenshot/metadata.yml | 0 12 files changed, 0 insertions(+), 0 deletions(-) rename source/plugins/{ => community}/nightscout/README.md (100%) rename source/plugins/{ => community}/nightscout/examples.yml (100%) rename source/plugins/{ => community}/nightscout/index.mjs (100%) rename source/plugins/{ => community}/nightscout/metadata.yml (100%) rename source/plugins/{ => community}/poopmap/README.md (100%) rename source/plugins/{ => community}/poopmap/examples.yml (100%) rename source/plugins/{ => community}/poopmap/index.mjs (100%) rename source/plugins/{ => community}/poopmap/metadata.yml (100%) rename source/plugins/{ => community}/screenshot/README.md (100%) rename source/plugins/{ => community}/screenshot/examples.yml (100%) rename source/plugins/{ => community}/screenshot/index.mjs (100%) rename source/plugins/{ => community}/screenshot/metadata.yml (100%) diff --git a/source/plugins/nightscout/README.md b/source/plugins/community/nightscout/README.md similarity index 100% rename from source/plugins/nightscout/README.md rename to source/plugins/community/nightscout/README.md diff --git a/source/plugins/nightscout/examples.yml b/source/plugins/community/nightscout/examples.yml similarity index 100% rename from source/plugins/nightscout/examples.yml rename to source/plugins/community/nightscout/examples.yml diff --git a/source/plugins/nightscout/index.mjs b/source/plugins/community/nightscout/index.mjs similarity index 100% rename from source/plugins/nightscout/index.mjs rename to source/plugins/community/nightscout/index.mjs diff --git a/source/plugins/nightscout/metadata.yml b/source/plugins/community/nightscout/metadata.yml similarity index 100% rename from source/plugins/nightscout/metadata.yml rename to source/plugins/community/nightscout/metadata.yml diff --git a/source/plugins/poopmap/README.md b/source/plugins/community/poopmap/README.md similarity index 100% rename from source/plugins/poopmap/README.md rename to source/plugins/community/poopmap/README.md diff --git a/source/plugins/poopmap/examples.yml b/source/plugins/community/poopmap/examples.yml similarity index 100% rename from source/plugins/poopmap/examples.yml rename to source/plugins/community/poopmap/examples.yml diff --git a/source/plugins/poopmap/index.mjs b/source/plugins/community/poopmap/index.mjs similarity index 100% rename from source/plugins/poopmap/index.mjs rename to source/plugins/community/poopmap/index.mjs diff --git a/source/plugins/poopmap/metadata.yml b/source/plugins/community/poopmap/metadata.yml similarity index 100% rename from source/plugins/poopmap/metadata.yml rename to source/plugins/community/poopmap/metadata.yml diff --git a/source/plugins/screenshot/README.md b/source/plugins/community/screenshot/README.md similarity index 100% rename from source/plugins/screenshot/README.md rename to source/plugins/community/screenshot/README.md diff --git a/source/plugins/screenshot/examples.yml b/source/plugins/community/screenshot/examples.yml similarity index 100% rename from source/plugins/screenshot/examples.yml rename to source/plugins/community/screenshot/examples.yml diff --git a/source/plugins/screenshot/index.mjs b/source/plugins/community/screenshot/index.mjs similarity index 100% rename from source/plugins/screenshot/index.mjs rename to source/plugins/community/screenshot/index.mjs diff --git a/source/plugins/screenshot/metadata.yml b/source/plugins/community/screenshot/metadata.yml similarity index 100% rename from source/plugins/screenshot/metadata.yml rename to source/plugins/community/screenshot/metadata.yml