From bb98660db89c7be09548536b0c090b1cc1c507e7 Mon Sep 17 00:00:00 2001 From: Jeremy Wright Date: Wed, 27 May 2026 11:41:48 -0400 Subject: [PATCH] Fixed the URL for the funding manifest URLs file --- funding.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funding.json b/funding.json index a4a2d0b2e..6bf80274d 100644 --- a/funding.json +++ b/funding.json @@ -20,7 +20,7 @@ }, "repositoryUrl": { "url": "https://github.com/CadQuery/cadquery", - "wellKnown": "https://raw.githubusercontent.com/CadQuery/cadquery/master/.well-known/funding-manifest-urls" + "wellKnown": "https://github.com/CadQuery/cadquery/blob/master/.well-known/funding-manifest-urls" }, "licenses": ["spdx:Apache-2.0"], "tags": ["scientific-computing", "programming", "development", "design", "3d-modeling", "cad"]