chore: update gitea releases url to new org path
CI / Lint, Build & Test (pull_request) Successful in 1m15s
Security Scan and Upload / Security & DefectDojo Upload (pull_request) Successful in 1m15s

This commit is contained in:
2026-03-08 15:43:31 -07:00
committed by Naomi Carrigan
parent 8c68f8842b
commit e17278d5f2
+1 -1
View File
@@ -13,7 +13,7 @@ import type { AboutResponse, GiteaRelease } from "@elysium/types";
/* v8 ignore next -- @preserve */ /* v8 ignore next -- @preserve */
const apiVersion = process.env.npm_package_version ?? "unknown"; 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; const cacheTtlMs = 5 * 60 * 1000;
interface ReleasesCache { interface ReleasesCache {