aboutsummaryrefslogtreecommitdiff
path: root/examples/mirror-only.gitinfo
blob: ac24890a1c588f33fde0d104f1dcfbf53f5d1b61 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "$schema": "https://forgejo.zue.dev/zuedev/gitinfo/raw/branch/main/gitinfo.schema.json",
  // This is a read-only mirror. Contributions should go to the root repository.
  "root": "https://github.com/upstream/project",
  "description": "Mirror of upstream/project - do not submit PRs here",
  "mirrors": [
    "https://gitlab.com/mirror/project",
    "https://codeberg.org/mirror/project"
  ]
}