Skip to content

Conversation

marten-seemann
Copy link
Member

No description provided.

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes the well-known URLs in the funding.json file by adding proper funding manifest URLs and removing empty wellKnown fields for repository URLs.

  • Adds proper .well-known/funding-manifest-urls URLs to webpage entries
  • Removes empty wellKnown fields from repository URL entries

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

"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?

@marten-seemann marten-seemann merged commit ebc6c21 into master Sep 20, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant