fix: update repository references from arunavo4 to RayLabsHQ

This commit is contained in:
Arunavo Ray
2025-07-07 10:52:33 +05:30
parent ea065d22a5
commit 983b47fa76
4 changed files with 6 additions and 6 deletions

View File

@@ -208,7 +208,7 @@ async function checkLatestVersion(): Promise<string> {
try {
// Fetch the latest release from GitHub
const response = await httpGet(
'https://api.github.com/repos/arunavo4/gitea-mirror/releases/latest',
'https://api.github.com/repos/RayLabsHQ/gitea-mirror/releases/latest',
{ 'Accept': 'application/vnd.github.v3+json' }
);