aboutsummaryrefslogtreecommitdiff
path: root/src/bugs-mojang-com-fix-jira-display/index.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/bugs-mojang-com-fix-jira-display/index.json')
-rw-r--r--src/bugs-mojang-com-fix-jira-display/index.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/bugs-mojang-com-fix-jira-display/index.json b/src/bugs-mojang-com-fix-jira-display/index.json
new file mode 100644
index 0000000..0ffeb19
--- /dev/null
+++ b/src/bugs-mojang-com-fix-jira-display/index.json
@@ -0,0 +1,32 @@
+// SPDX-License-Identifier: CC0-1.0
+
+// Copyright (C) 2021, 2022 Wojtek Kosior <koszko@koszko.org>
+// Copyright (C) 2022 Jacob K
+// Available under the terms of Creative Commons Zero v1.0 Universal.
+
+{
+ "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
+ "source_name": "bugs-mojang-com-fix-jira-display",
+ "copyright": [
+ {"file": "report.spdx"},
+ {"file": "LICENSES/CC0-1.0.txt"}
+ ],
+ "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/bugs-mojang-com-fix-jira-display",
+ "definitions": [{
+ "type": "mapping_and_resource",
+ "identifier": "bugs-mojang-com-fix-jira-display",
+ "long_name": "Mojang Jira display fix",
+ "uuid": "a48f5761-f3c8-4fde-85c5-cbf405ad968f",
+ "version": [2022, 6, 28],
+ "revision": 1,
+ "description": "Make Mojang Jira pages scrollable.",
+ "scripts": [{"file": "jira-scrollable.js"}],
+ "payloads": {
+ // * https://bugs.mojang.com/browse/MC-237493
+ "https://bugs.mojang.com/browse/*": {
+ "identifier": "bugs-mojang-com-fix-jira-display"
+ }
+ }
+ }],
+ "reuse_generate_spdx_report": true
+}