Project

General

Profile

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

hydrilla-fixes-bundle / src / accounts-fedoraproject-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": "accounts-fedoraproject-org-fix",
9
    "copyright":  [
10
	{"file": "report.spdx"},
11
	{"file": "LICENSES/CC0-1.0.txt"}
12
    ],
13
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/accounts-fedoraproject-org-fix",
14
    "definitions": [{
15
	"type":         "mapping_and_resource",
16
	"identifier":   "accounts-fedoraproject-org-fix",
17
	"long_name":    "Fedora Accounts registration fix",
18
	"version":      [2022, 2, 18],
19
	"revision":     2,
20
	"description":  "Enable creation of a Fedora Account without relying on site-served JavaScript.",
21
	"dependencies": [],
22
	"scripts":      [{"file": "fedoraaccounts.js"}],
23
	"payloads": {
24
	    "https://accounts.fedoraproject.org": {
25
		"identifier": "accounts-fedoraproject-org-fix"
26
	    }
27
	}
28
    }],
29
    "reuse_generate_spdx_report": true
30
}
(2-2/2)