// SPDX-License-Identifier: CC0-1.0 // Copyright (C) 2022 Wojtek Kosior // Available under the terms of Creative Commons Zero v1.0 Universal. { "$schema": "https://hydrilla.koszko.org/schemas/package_source-2.schema.json", "source_name": "google-com-fix-sorry-captcha", "copyright": [ {"file": "report.spdx"}, {"file": "LICENSES/CC0-1.0.txt"} ], "upstream_url": "https://git.koszko.org/hydrilla-fixes-bundle/tree/src/google-com-fix-sorry-captcha", "definitions": [{ "type": "mapping_and_resource", "identifier": "google-com-fix-sorry-captcha", "long_name": "Google captcha page fix", "uuid": "9e0f68bf-34c3-40ed-91ed-d9856bfbc489", "version": [2022, 8, 17], "revision": 1, "description": "Enable solving the captcha on https://www.google.com/sorry without relying on site-served JavaScript.", "dependencies": [{"identifier": "hacktcha"}], "scripts": [{"file": "google-sorry.js"}], "payloads": { // * https://www.google.com/sorry/index?continue=https://docs.google.com/forms/d/e/1FAIpQLSfED3J5wd-8FemaYUpRIIhcMlMOhQ-cVW6mzL_sX37hH7xQRA/viewform&q=EgS53GUKGJ3c8pcGIhB4brPL2z0q53G9OrIVeB7EMgFy "https://www.google.com/sorry/index": { "identifier": "google-com-fix-sorry-captcha" } } }], "reuse_generate_spdx_report": true } 4774db110'>treecommitdiff
path: root/gnu/packages/kerberos.scm
AgeCommit message (Expand)Author
2024-08-31gnu: heimdal: Add libxcrypt dependency....宋文武