From e17278d5f2d86c10b75dc04147391ba0e624cc03 Mon Sep 17 00:00:00 2001 From: Hikari Date: Sun, 8 Mar 2026 15:43:31 -0700 Subject: [PATCH] chore: update gitea releases url to new org path --- apps/api/src/routes/about.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/src/routes/about.ts b/apps/api/src/routes/about.ts index 0e74861..0f2ff2e 100644 --- a/apps/api/src/routes/about.ts +++ b/apps/api/src/routes/about.ts @@ -13,7 +13,7 @@ import type { AboutResponse, GiteaRelease } from "@elysium/types"; /* v8 ignore next -- @preserve */ const apiVersion = process.env.npm_package_version ?? "unknown"; -const giteaReleasesUrl = "https://git.nhcarrigan.com/api/v1/repos/nhcarrigan-ideation/elysium/releases"; +const giteaReleasesUrl = "https://git.nhcarrigan.com/api/v1/repos/nhcarrigan/elysium/releases"; const cacheTtlMs = 5 * 60 * 1000; interface ReleasesCache {