From 34d74af9b5ba407c28060fa0a7988498c1e7c626 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Sun, 21 Sep 2025 21:42:35 +0800 Subject: [PATCH] fix JSON syntax in funding.json --- static/funding.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/static/funding.json b/static/funding.json index e25e1f4..1893fe1 100644 --- a/static/funding.json +++ b/static/funding.json @@ -22,7 +22,7 @@ "wellKnown": "https://quic-go.net/.well-known/funding-manifest-urls" }, "repositoryUrl": { - "url": "https://github.com/quic-go/quic-go", + "url": "https://github.com/quic-go/quic-go" }, "licenses": [ "spdx:MIT" @@ -44,7 +44,7 @@ "wellKnown": "https://quic-go.net/.well-known/funding-manifest-urls" }, "repositoryUrl": { - "url": "https://github.com/quic-go/webtransport-go", + "url": "https://github.com/quic-go/webtransport-go" }, "licenses": [ "spdx:MIT" @@ -64,7 +64,7 @@ "wellKnown": "https://quic-go.net/.well-known/funding-manifest-urls" }, "repositoryUrl": { - "url": "https://github.com/quic-go/masque-go", + "url": "https://github.com/quic-go/masque-go" }, "licenses": [ "spdx:MIT"