From 2dbc8e04ee9055082051d549d6b1d779dfc27e79 Mon Sep 17 00:00:00 2001 From: Winston <44872771+winston-yallow@users.noreply.github.com> Date: Wed, 15 Nov 2023 17:34:06 +0100 Subject: [PATCH] Create about.json (theme metadata file) --- about.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 about.json diff --git a/about.json b/about.json new file mode 100644 index 0000000..ab15dab --- /dev/null +++ b/about.json @@ -0,0 +1,6 @@ +{ + "name": "Godot Theme", + "component": false, + "license_url": "https://github.com/godotengine/discourse-theme/blob/main/LICENSE", + "about_url": "https://github.com/godotengine/discourse-theme" +}