From a50d8dc6d88ed2ad5ca974b3994bfae83298223d 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 e79c52b..328bd8c 100644 --- a/metadata.json +++ b/metadata.json @@ -4,6 +4,7 @@ "author": "Teletype Games", "desc": "Two-player pyramid escape: a worker sealed in the great pyramid runs for the exit while Ra bends the maze walls around him. Scarabs and scorpions - and their flying venom stings - hunt him through eight levels, from a 4x4 maze up to 11x11.", "site": "https://git.teletypegames.org/games/labyrintwo", + "repo": "https://git.teletypegames.org/games/blessingofra", "license": "MIT", "version": "2.0.0" }