From c9846248951955101ca4eb6fe1a959ec60508230 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 4 Jul 2026 10:45:40 -0700 Subject: [PATCH] Update issue tracker to be proper HTTP link, use contact page. Change website page to go directly to the app. --- com.hyperling.tictactoe.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.hyperling.tictactoe.yml b/com.hyperling.tictactoe.yml index 1c19f1d..9155397 100644 --- a/com.hyperling.tictactoe.yml +++ b/com.hyperling.tictactoe.yml @@ -1,11 +1,11 @@ AuthorName: 'Chad Michael "Hyperling" Greenwood' SourceCode: 'https://git.hyperling.com/me/android-tictactoe/' -WebSite: 'https://hyperling.com/apps' +WebSite: 'https://hyperling.com/apps/#tictactoe' Categories: - fdroid - hyperling - games CurrentVersionCode: 2147483647 -IssueTracker: 'mailto:me@hyperling.com' +IssueTracker: 'https://hyperling.com/contact' Name: Tic-Tac-Toe Summary: 'Play against a friend or a range of AIs. Written to practice Kotlin/Compose.'