aboutsummaryrefslogtreecommitdiff
path: root/gitinfo.schema.json
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-02-05 15:36:05 +0000
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-02-05 15:36:05 +0000
commit776f18ffb18539cbde88d05f68a164787417da69 (patch)
tree01930c0e2a99dcf4dc017c1ce337c23053d204a4 /gitinfo.schema.json
parentbb233880b1f319e1a911edb80355757e3732645d (diff)
downloadgitinfo-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.json2
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",