Project

General

Profile

Download (1.6 KB) Statistics
| Branch: | Revision:

hydrilla-fixes-bundle / src / actions-sumofus-org-fix / index.json @ ecc6c218

1
// SPDX-License-Identifier: CC0-1.0
2

    
3
// Copyright (C) 2022 Wojtek Kosior <koszko@koszko.org>
4
// Available under the terms of Creative Commons Zero v1.0 Universal.
5

    
6
{
7
    "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
8
    "source_name": "actions-sumofus-org-fix",
9
    "copyright":  [
10
	{"file": "report.spdx"},
11
	{"file": "LICENSES/Apache-2.0.txt"},
12
	{"file": "LICENSES/CC0-1.0.txt"}
13
    ],
14
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/actions-sumofus-org-fix",
15
    "definitions": [{
16
	"type":         "mapping_and_resource",
17
	"identifier":   "actions-sumofus-org-fix",
18
	"long_name":    "SumOfUs petitions fix",
19
	"uuid":         "34df413b-fd2d-4e92-994c-268bb8e34487",
20
	"version":      [2022, 2, 18],
21
	"revision":     2,
22
	"description":  "Make it possible to sign SumOfUs petitions without relying on site-served Javascript.",
23
	"dependencies": [],
24
	"scripts":      [{"file": "sumofus.js"}],
25
	"payloads": {
26
	    // * https://actions.sumofus.org/a/mps-protect-the-indigenous-people-and-scrap-draft-bill-490-2007-1
27
	    "https://actions.sumofus.org/a/*": {
28
		"identifier": "actions-sumofus-org-fix"
29
	    }
30
	}
31
    }, {
32
	"type":	             "mapping",
33
	"identifier":        "sumofus-fix",
34
	"long_name":         "SumOfUs petitions fix (transitional package)",
35
	"uuid":	             "19e7d78c-e23d-43bd-9943-e0107e86f8f2",
36
	"version":           [2022, 2, 18, 2],
37
	"description":       "This is a transitional package and can be safely removed.",
38
	"required_mappings": [{"identifier": "actions-sumofus-org-fix"}],
39
	"payloads":          {}
40
    }],
41
    "reuse_generate_spdx_report": true
42
}
(1-1/2)