aboutsummaryrefslogtreecommitdiff
path: root/src/actions-sumofus-org-fix/index.json
blob: 273c22760a9309c84e1c0db91c60349932ded9ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
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
}