From 93ee89ea7756b935e5cbd737f6bd68ba6cffaf4f Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sun, 2 Aug 2026 11:18:11 +0200 Subject: [PATCH] Document repo metadata field in example metadata Co-Authored-By: Claude Fable 5 --- README.md | 4 +++- example-metadata.json | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92469a1..a3cf090 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,9 @@ spirit as [tic80-tools](../tic80-tools). `platform=c64`). - `example-metadata.json` — catalog metadata; the `version` field drives `ci-version`, the rest (`name`, `title`, `author`, `desc`, `site`, - `license`) is what `SoftwareUpdater::C64Service` writes into the DB. + `repo`, `license`) is what `SoftwareUpdater::C64Service` writes into + the DB (`site` becomes the "Source Code", `repo` the "Repository" + external link). - `example-tasks.json` — VS Code `.vscode/tasks.json` wrapping the local make targets. diff --git a/example-metadata.json b/example-metadata.json index 8fd4933..de83ebc 100644 --- a/example-metadata.json +++ b/example-metadata.json @@ -4,6 +4,7 @@ "author": "Teletype Games", "desc": "Short description of the game.", "site": "https://git.teletypegames.org/games/example", + "repo": "https://git.teletypegames.org/games/example", "license": "MIT", "version": "1.0.0" }