Project

General

Profile

Download (914 Bytes) Statistics
| Branch: | Revision:

hydrilla-fixes-bundle / src / yewtube-urls / 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": "yewtube-urls",
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/yewtube-urls",
14
    "definitions": [{
15
	"type":         "resource",
16
	"identifier":   "yewtube-urls",
17
	"long_name":    "youtube.com -> yewtu.be URL converter",
18
	"uuid":         "a75cfb40-ec7e-4a49-be99-2115617ff02f",
19
	"version":      [2022, 2, 18],
20
	"revision":     2,
21
	"description":  "Convert YouTube video URLs to their corresponding yewtu.be URLs.",
22
	"dependencies": [],
23
	"scripts":      [{"file": "yewtube_urls.js"}]
24
    }],
25
    "reuse_generate_spdx_report": true
26
}
(1-1/2)