Skip to content

Commit ebc6c21

Browse files
fix well-known URLs in funding.json (#103)
1 parent bb1f9d1 commit ebc6c21

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

static/funding.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,10 @@
1919
"description": "A production-ready QUIC implementation in pure Go.",
2020
"webpageUrl": {
2121
"url": "https://quic-go.net/",
22-
"wellKnown": ""
22+
"wellKnown": "https://quic-go.net/.well-known/funding-manifest-urls"
2323
},
2424
"repositoryUrl": {
2525
"url": "https://github.com/quic-go/quic-go",
26-
"wellKnown": ""
2726
},
2827
"licenses": [
2928
"spdx:MIT"
@@ -42,11 +41,10 @@
4241
"description": "WebTransport implementation based on quic-go.",
4342
"webpageUrl": {
4443
"url": "https://quic-go.net/docs/",
45-
"wellKnown": ""
44+
"wellKnown": "https://quic-go.net/.well-known/funding-manifest-urls"
4645
},
4746
"repositoryUrl": {
4847
"url": "https://github.com/quic-go/webtransport-go",
49-
"wellKnown": ""
5048
},
5149
"licenses": [
5250
"spdx:MIT"
@@ -63,11 +61,10 @@
6361
"description": "MASQUE: Proxying UDP in HTTP/3, RFC 9298. Implementation of the CONNECT-UDP protocol.",
6462
"webpageUrl": {
6563
"url": "https://quic-go.net/docs/connect-udp/",
66-
"wellKnown": ""
64+
"wellKnown": "https://quic-go.net/.well-known/funding-manifest-urls"
6765
},
6866
"repositoryUrl": {
6967
"url": "https://github.com/quic-go/masque-go",
70-
"wellKnown": ""
7168
},
7269
"licenses": [
7370
"spdx:MIT"

0 commit comments

Comments
 (0)