From a99f485893d4ea036ac018d5b108b63679adb0cc Mon Sep 17 00:00:00 2001 From: TheThomaas Date: Mon, 2 Feb 2026 17:00:40 +0100 Subject: [PATCH] Add author information to addon manifest file --- example-library/config.yaml | 4 +++- example-theme/config.yaml | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/example-library/config.yaml b/example-library/config.yaml index 32095eb..8a38030 100644 --- a/example-library/config.yaml +++ b/example-library/config.yaml @@ -3,7 +3,9 @@ version: 0.1 id: example-library type: library description: Test library addon - +author: + name: TheThomaas + url: git.thethomaas.net/TheThomaas url: 'https://git.thethomass.net/Umbra/umbra-test-addons' tags: - Test diff --git a/example-theme/config.yaml b/example-theme/config.yaml index 92f8174..8ed248a 100644 --- a/example-theme/config.yaml +++ b/example-theme/config.yaml @@ -3,7 +3,9 @@ version: 0.1 id: example-theme type: theme description: Test theme addon - +author: + name: TheThomaas + url: git.thethomaas.net/TheThomaas url: 'https://git.thethomass.net/Umbra/umbra-test-addons' tags: - Test