diff --git a/apps/backend/package.json b/apps/backend/package.json index 91ac9fa44..620e73ca1 100644 --- a/apps/backend/package.json +++ b/apps/backend/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/backend", "version": "2.8.88", - "repository": "https://github.com/stack-auth/stack-auth", + "repository": "https://github.com/hexclave/stack-auth", "private": true, "type": "module", "scripts": { diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index 0f16566cc..d744021c2 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/dashboard", "version": "2.8.88", - "repository": "https://github.com/stack-auth/stack-auth", + "repository": "https://github.com/hexclave/stack-auth", "private": true, "scripts": { "clean": "rimraf .next && rimraf node_modules", diff --git a/apps/dashboard/src/app/(main)/(protected)/(outside-dashboard)/projects/footer.tsx b/apps/dashboard/src/app/(main)/(protected)/(outside-dashboard)/projects/footer.tsx index 13a96c33e..d50d215f8 100644 --- a/apps/dashboard/src/app/(main)/(protected)/(outside-dashboard)/projects/footer.tsx +++ b/apps/dashboard/src/app/(main)/(protected)/(outside-dashboard)/projects/footer.tsx @@ -13,7 +13,7 @@ export default function Footer () { {[ { href: "https://discord.stack-auth.com/", icon: FaDiscord }, { href: "https://www.linkedin.com/company/stackframe-inc", icon: FaLinkedin }, - { href: "https://github.com/stack-auth/stack-auth", icon: FaGithub }, + { href: "https://github.com/hexclave/stack-auth", icon: FaGithub }, ].map(({ href, icon: Icon }) => (