From f938b039dc9748ad2f3f29cd05c598096f6cef0c Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Tue, 28 Jun 2022 19:01:02 +0200 Subject: integrate fixes by Jacob K The original repo of the fixes was: https://codeberg.org/JacobK/site-fixes --- src/bugs-mojang-com-fix-jira-display/index.json | 32 +++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 src/bugs-mojang-com-fix-jira-display/index.json (limited to 'src/bugs-mojang-com-fix-jira-display/index.json') 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 +// 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 +} -- cgit v1.2.3