From fef74665ab09cb87c7f50d735bfbc580468a0385 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 3b9ec9f..51392bc 100644 --- a/metadata.json +++ b/metadata.json @@ -4,6 +4,7 @@ "author": "Teletype Games", "desc": "The classic two-player Pong, made in Godot.", "site": "https://git.teletypegames.org/games/pong", + "repo": "https://git.teletypegames.org/games/pong", "license": "MIT License", "version": "0.1.0" }