From 53e18d347b9051484aaf0762669455002e6e08d5 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 7 Oct 2025 13:23:06 +0100 Subject: [PATCH] web: Add funding-manifest-urls for github repo in funding.json --- cookbooks/web/files/default/static/funding.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cookbooks/web/files/default/static/funding.json b/cookbooks/web/files/default/static/funding.json index a906f302e..f65284cbd 100644 --- a/cookbooks/web/files/default/static/funding.json +++ b/cookbooks/web/files/default/static/funding.json @@ -20,7 +20,8 @@ "wellKnown": "https://www.openstreetmap.org/.well-known/funding-manifest-urls" }, "repositoryUrl": { - "url": "https://github.com/openstreetmap" + "url": "https://github.com/openstreetmap", + "wellKnown": "https://github.com/openstreetmap/chef/raw/refs/heads/master/cookbooks/web/files/default/static/.well-known/funding-manifest-urls" }, "licenses": [ "spdx:ODbL-1.0" -- 2.39.5