From dd163a1f2c067cb563d63ee120a0fb982c033d29 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 5 Feb 2026 15:46:35 +0000 Subject: fix schema link in example gitinfo file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c194fee..842fb9d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ You can reference the schema in your `.gitinfo` file using the `$schema` propert ```jsonc { - "$schema": "ttps://forgejo.zue.dev/zuedev/gitinfo/raw/branch/main/gitinfo.schema.json", + "$schema": "https://forgejo.zue.dev/zuedev/gitinfo/raw/branch/main/gitinfo.schema.json", "root": "https://github.com/example/repository", "gitmail": "patches@example.com", "icon": "https://example.com/icon.png", -- cgit v1.2.3