Project

General

Profile

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

hydrilla-fixes-bundle / src / drmcdougall-com-fix / index.json @ baf6db0b

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

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

    
7
{
8
    "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json",
9
    "source_name": "drmcdougall-com-fix",
10
    "copyright":  [
11
	{"file": "report.spdx"},
12
	{"file": "LICENSES/CC0-1.0.txt"}
13
    ],
14
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/drmcdougall-com-fix",
15
    "definitions": [{
16
        "type": "mapping_and_resource",
17
        "identifier": "drmcdougall-com-fix",
18
        "long_name": "McDougall fix",
19
        "uuid": "f5a03dde-075f-4db3-8720-1fa4a99eda35",
20
        "version": [2022, 9, 17],
21
        "revision": 1,
22
        "description": "Make drmcdougall.com viewable without relying on site-served JavaScript.",
23
        "scripts": [{"file": "mcdougall.js"}],
24
        "payloads": {
25
            "https://www.drmcdougall.com/***": {
26
                "identifier": "drmcdougall-com-fix"
27
            }
28
        }
29
    }],
30
    "reuse_generate_spdx_report": true
31
}
(1-1/2)