From 4af68d0def658d8a36dc25a9e74f32647c463bbb Mon Sep 17 00:00:00 2001 From: Zsolt Tasnadi Date: Sun, 2 Aug 2026 11:17:58 +0200 Subject: [PATCH] Add repo field to metadata Records the game repository as a Repository external link in the teletypegames catalog. Co-Authored-By: Claude Fable 5 --- metadata.json | 1 + 1 file changed, 1 insertion(+) diff --git a/metadata.json b/metadata.json index 4bc238f..02b6ec9 100644 --- a/metadata.json +++ b/metadata.json @@ -4,6 +4,7 @@ "author": "Teletype Games", "desc": "Jump and roll your way through the world as a cute rabbit in this endless runner game.", "site": "https://git.teletypegames.org/games/rabbitroller", + "repo": "https://git.teletypegames.org/games/rabbitroller", "license": "MIT License", "version": "1.1.0" }