Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions static/funding.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@
"description": "A production-ready QUIC implementation in pure Go.",
"webpageUrl": {
"url": "https://quic-go.net/",
"wellKnown": ""
"wellKnown": "https://quic-go.net/.well-known/funding-manifest-urls"
Copy link
Preview

Copilot AI Sep 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nitpick] The same well-known URL is duplicated across multiple entries. Consider extracting this to a constant or variable to improve maintainability and reduce the risk of inconsistencies.

Copilot uses AI. Check for mistakes.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How do you even do constants in JSON?

},
"repositoryUrl": {
"url": "https://github.com/quic-go/quic-go",
"wellKnown": ""
},
"licenses": [
"spdx:MIT"
Expand All @@ -42,11 +41,10 @@
"description": "WebTransport implementation based on quic-go.",
"webpageUrl": {
"url": "https://quic-go.net/docs/",
"wellKnown": ""
"wellKnown": "https://quic-go.net/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/quic-go/webtransport-go",
"wellKnown": ""
},
"licenses": [
"spdx:MIT"
Expand All @@ -63,11 +61,10 @@
"description": "MASQUE: Proxying UDP in HTTP/3, RFC 9298. Implementation of the CONNECT-UDP protocol.",
"webpageUrl": {
"url": "https://quic-go.net/docs/connect-udp/",
"wellKnown": ""
"wellKnown": "https://quic-go.net/.well-known/funding-manifest-urls"
},
"repositoryUrl": {
"url": "https://github.com/quic-go/masque-go",
"wellKnown": ""
},
"licenses": [
"spdx:MIT"
Expand Down