diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-02-05 15:36:05 +0000 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-02-05 15:36:05 +0000 |
| commit | 776f18ffb18539cbde88d05f68a164787417da69 (patch) | |
| tree | 01930c0e2a99dcf4dc017c1ce337c23053d204a4 /gitinfo.schema.json | |
| parent | bb233880b1f319e1a911edb80355757e3732645d (diff) | |
| download | gitinfo-776f18ffb18539cbde88d05f68a164787417da69.tar gitinfo-776f18ffb18539cbde88d05f68a164787417da69.tar.gz gitinfo-776f18ffb18539cbde88d05f68a164787417da69.tar.bz2 gitinfo-776f18ffb18539cbde88d05f68a164787417da69.tar.xz gitinfo-776f18ffb18539cbde88d05f68a164787417da69.zip | |
Update $id in gitinfo schema to use the correct URL
Diffstat (limited to 'gitinfo.schema.json')
| -rw-r--r-- | gitinfo.schema.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitinfo.schema.json b/gitinfo.schema.json index 1b9f241..c382f3b 100644 --- a/gitinfo.schema.json +++ b/gitinfo.schema.json @@ -1,6 +1,6 @@ { "$schema": "https://json-schema.org/draft/2020-12/schema", - "$id": "https://raw.githubusercontent.com/zuedev/gitinfo/main/gitinfo.schema.json", + "$id": "https://forgejo.zue.dev/zuedev/gitinfo/raw/branch/main/gitinfo.schema.json", "title": ".gitinfo", "description": "Schema for the .gitinfo file specification", "type": "object", |
