summaryrefslogtreecommitdiffstats
path: root/scripts/data/manual-overrides.json
blob: 5657c40c8f53fd2a0f64ddd528fc7f5e9df4457d (plain)
1
2
3
4
5
6
7
8
{
  "_comment": "Git-tracked repository overrides for modules where automatic discovery fails.",
  "_format": "module/path or module/path@version -> repository URL",
  "_example": {
    "example.com/broken-vanity": "https://github.com/org/actual-repo",
    "example.com/versioned@v1.2.3": "https://github.com/org/specific-version-repo"
  }
}