From 776f18ffb18539cbde88d05f68a164787417da69 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 5 Feb 2026 15:36:05 +0000 Subject: Update $id in gitinfo schema to use the correct URL --- gitinfo.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3