aboutsummaryrefslogtreecommitdiff
// 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": "vaticannews-va-fix-videos",
    "copyright":  [
	{"file": "report.spdx"},
	{"file": "LICENSES/CC0-1.0.txt"}
    ],
    "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/vaticannews-va-fix-videos",
    "definitions": [{
	"type":         "mapping_and_resource",
	"identifier":   "vaticannews-va-fix-videos",
	"long_name":    "Vatican News videos yewtu.be redirection",
	"version":      [2022, 2, 18],
	"revision":     2,
	"description":  "Watch vaticannews.va embedded YouTube videos on yewtu.be instead.",
	"dependencies": [{"identifier": "yewtube-urls"}],
	"scripts":      [{"file": "vaticannews_videos.js"}],
	"payloads": {
	    // * https://www.vaticannews.va/en/vatican-city/news/2022-02/caritas-cambodia-retreat-czerny-video-message-care-fraternity.html
	    // Or just go to vaticannews.va and look for some article with a
	    // video in it.
	    "https://www.vaticannews.va/***": {
		"identifier": "vaticannews-va-fix-videos"
	    }
	}
    }],
    "reuse_generate_spdx_report": true
}
guix-commit-message-use-https-home-page....Arun Isaac 2018-07-04doc: Mention the build environment....Ludovic Courtès 2018-06-16doc: Clarify when branches are "frozen"....Marius Bakke 2018-06-09pull: Install the new Guix in a profile....Ludovic Courtès 2018-04-27doc: Add tips for Vim users....Ludovic Courtès 2018-01-17doc: Suggest running guix-daemon with 'sudo -E'....Ludovic Courtès 2017-12-15etc: Add snippets....Ricardo Wurmus 2017-11-08doc: Move paragraph about signature verification to the top....Ricardo Wurmus 2017-09-19doc: Add a note about closing bug threads....Jan Nieuwenhuizen 2017-09-19doc: Add "Sending a Patch Series" subsection....Jan Nieuwenhuizen 2017-08-07Revert "doc: Suggest running guix-daemon with 'sudo -E'."...Leo Famulari 2017-08-06doc: Suggest running guix-daemon with 'sudo -E'....Ludovic Courtès 2017-07-20doc: Show the "git clone" command....Ludovic Courtès 2017-06-25doc: Encourage signature verification....Ricardo Wurmus 2017-05-13doc: Document the branching and rebuild scheduling strategy....Ludovic Courtès 2017-05-04doc: Add references to Emacs-Guix manual....Alex Kost 2017-02-13doc: Update patch submission instructions....Ludovic Courtès 2017-01-13etc: Support indentation of whole files....Ludovic Courtès 2017-01-12etc: Add 'indent-package.el' script....Ludovic Courtès 2016-12-29Remove Emacs interface....Alex Kost 2016-12-14doc: Fix typo in Submitting Patches section....Maxim Cournoyer 2016-07-28doc: Discourage software bundling....Ludovic Courtès 2016-07-28doc: Send changes in your patch which are related....ng0 2016-07-28doc: Mention separate branch for packages with many dependents....Ludovic Courtès 2016-07-24doc: Point out preference of message format....ng0 2016-07-24doc: Explain that contributors can use a pseudonym....Ludovic Courtès 2016-07-22doc: Add note on gender-neutral wording....Ludovic Courtès 2016-04-16doc: Mention --localstatedir for when building from Git....Ludovic Courtès 2016-03-11doc: Add footnote about pointing ~/.config/guix/latest at user's checkout...Christopher Allan Webber 2016-02-24doc: Fix minor typos and add missing words....Chris Marusich 2015-12-09doc: rephrase code of conduct....Alex Sassmannshausen 2015-12-09Add "Contributor Covenant"....Ludovic Courtès 2015-12-08guix build: Add '--rounds'....Ludovic Courtès 2015-11-22doc: Mention 'guix environment guix'....Ludovic Courtès 2015-11-21doc: Remove extraneous "See."...Ludovic Courtès 2015-11-21doc: Fix 'geiser-guile-load-path' example....Alex Kost 2015-11-03doc: './pre-inst-env guix pull' won't upgrade local source tree....Alex Vong 2015-10-28doc: Add texinfo to the requirements when building from git....Mark H Weaver 2015-10-27doc: Add a REPL example....Ludovic Courtès 2015-10-20Add 'guix challenge'....Ludovic Courtès 2015-09-23emacs: Add development utils....Alex Kost 2015-09-15doc: Add guidelines for synopses and descriptions....Ludovic Courtès