From f6cc6d682f64f61d1c290d4bd6df1be74b4498f6 Mon Sep 17 00:00:00 2001 From: dfsek Date: Wed, 17 Nov 2021 10:20:05 -0700 Subject: [PATCH] create addon manifests --- .../config-carver/src/main/resources/terra.addon.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 common/addons/config-carver/src/main/resources/terra.addon.yml diff --git a/common/addons/config-carver/src/main/resources/terra.addon.yml b/common/addons/config-carver/src/main/resources/terra.addon.yml new file mode 100644 index 000000000..8e222fc3e --- /dev/null +++ b/common/addons/config-carver/src/main/resources/terra.addon.yml @@ -0,0 +1,11 @@ +schema-version: 1 +contributors: + - Terra contributors +id: config-carver +version: 0.1.0 +entrypoints: [] +website: + issues: https://github.com/PolyhedralDev/Terra-config-carver/issues + source: https://github.com/PolyhedralDev/Terra-config-carver + docs: https://github.com/PolyhedralDev/Terra/wiki +license: GNU LGPL v3.0 \ No newline at end of file