aboutsummaryrefslogtreecommitdiff
path: root/src/actions-sumofus-org-fix/index.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/actions-sumofus-org-fix/index.json')
-rw-r--r--src/actions-sumofus-org-fix/index.json42
1 files changed, 42 insertions, 0 deletions
diff --git a/src/actions-sumofus-org-fix/index.json b/src/actions-sumofus-org-fix/index.json
new file mode 100644
index 0000000..273c227
--- /dev/null
+++ b/src/actions-sumofus-org-fix/index.json
@@ -0,0 +1,42 @@
+// SPDX-License-Identifier: CC0-1.0
+
+// Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
+// Available under the terms of Creative Commons Zero v1.0 Universal.
+
+{
+ "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
+ "source_name": "actions-sumofus-org-fix",
+ "copyright": [
+ {"file": "report.spdx"},
+ {"file": "LICENSES/Apache-2.0.txt"},
+ {"file": "LICENSES/CC0-1.0.txt"}
+ ],
+ "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/actions-sumofus-org-fix",
+ "definitions": [{
+ "type": "mapping_and_resource",
+ "identifier": "actions-sumofus-org-fix",
+ "long_name": "SumOfUs petitions fix",
+ "uuid": "34df413b-fd2d-4e92-994c-268bb8e34487",
+ "version": [2022, 2, 18],
+ "revision": 2,
+ "description": "Make it possible to sign SumOfUs petitions without relying on site-served Javascript.",
+ "dependencies": [],
+ "scripts": [{"file": "sumofus.js"}],
+ "payloads": {
+ // * https://actions.sumofus.org/a/mps-protect-the-indigenous-people-and-scrap-draft-bill-490-2007-1
+ "https://actions.sumofus.org/a/*": {
+ "identifier": "actions-sumofus-org-fix"
+ }
+ }
+ }, {
+ "type": "mapping",
+ "identifier": "sumofus-fix",
+ "long_name": "SumOfUs petitions fix (transitional package)",
+ "uuid": "19e7d78c-e23d-43bd-9943-e0107e86f8f2",
+ "version": [2022, 2, 18, 2],
+ "description": "This is a transitional package and can be safely removed.",
+ "required_mappings": [{"identifier": "actions-sumofus-org-fix"}],
+ "payloads": {}
+ }],
+ "reuse_generate_spdx_report": true
+}