From 3f5a279c766c4564e4c263bc306bd2769bdbc1e1 Mon Sep 17 00:00:00 2001 From: Mao Nakamoto <41178744+maonakamoto@users.noreply.github.com> Date: Mon, 31 Aug 2026 10:16:30 +0200 Subject: [PATCH] chore: fix stale catomean org references (docs, config, saldo package) github.com/catomean/... -> github.com/bitbaum/... across CONTRIBUTING.md, README.md, org.ts, statuten.ts, evig-projects.ts (the kivvi repo link), and packages/saldo/package.json's repository/bugs URLs. Found while resolving a merge conflict on an unrelated PR whose local branch carried a partial version of this same fix from 2026-08-28 -- six of nine files it touched were still unfixed on origin/main. Harmless today (GitHub's rename redirect still resolves these), but the same fragility class as the Actions uses: refs that don't get redirected. Co-Authored-By: Claude Sonnet 5 --- CONTRIBUTING.md | 4 ++-- README.md | 2 +- packages/saldo/package.json | 4 ++-- src/config/evig-projects.ts | 2 +- src/config/org.ts | 2 +- src/config/statuten.ts | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4f86d2ac4..cbeaf2cea 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ Thanks for the interest. This document covers the practical workflow for shippin ## Local setup ```bash -git clone https://github.com/catomean/evig.git +git clone https://github.com/bitbaum/evig.git cd evig cp .env.example .env.local # fill in DATABASE_URL, AUTH_SECRET, payment + email keys npm install @@ -79,7 +79,7 @@ Code reviews focus on: correctness, the rules above, test coverage, and whether ## Recognition -Contributors land in [GitHub's contributor graph](https://github.com/catomean/evig/graphs/contributors); significant contributions get a callout in release notes. We don't currently maintain a separate CONTRIBUTORS file — git history is the source of truth. +Contributors land in [GitHub's contributor graph](https://github.com/bitbaum/evig/graphs/contributors); significant contributions get a callout in release notes. We don't currently maintain a separate CONTRIBUTORS file — git history is the source of truth. ## License diff --git a/README.md b/README.md index 282643114..ecadafc1d 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ These are enforced, not suggested: ### Setup ```bash -git clone https://github.com/catomean/evig.git +git clone https://github.com/bitbaum/evig.git cd evig cp .env.example .env.local # fill in DATABASE_URL, AUTH_SECRET, payment keys, etc. npm install diff --git a/packages/saldo/package.json b/packages/saldo/package.json index 94fdd8d72..fdbd8da1d 100644 --- a/packages/saldo/package.json +++ b/packages/saldo/package.json @@ -17,11 +17,11 @@ "homepage": "https://revampit.orangecat.ch/saldo", "repository": { "type": "git", - "url": "git+https://github.com/catomean/evig.git", + "url": "git+https://github.com/bitbaum/evig.git", "directory": "packages/saldo" }, "bugs": { - "url": "https://github.com/catomean/evig/issues" + "url": "https://github.com/bitbaum/evig/issues" }, "type": "module", "main": "./dist/index.js", diff --git a/src/config/evig-projects.ts b/src/config/evig-projects.ts index 5f295cf99..834a9ad09 100644 --- a/src/config/evig-projects.ts +++ b/src/config/evig-projects.ts @@ -42,7 +42,7 @@ export const EVIG_PROJECTS: EvigProject[] = [ name: 'Kivvi', status: 'live', icon: Boxes, - repoUrl: 'https://github.com/catomean/kivvi', + repoUrl: 'https://github.com/bitbaum/kivvi', license: 'MIT', }, ] diff --git a/src/config/org.ts b/src/config/org.ts index b62921985..83d804229 100644 --- a/src/config/org.ts +++ b/src/config/org.ts @@ -195,5 +195,5 @@ export const EXTERNAL_LINKS = { shopLegacy: '', wiki: '', /** Open implementation of the platform and its operational workflow. */ - sourceCode: 'https://github.com/catomean/evig', + sourceCode: 'https://github.com/bitbaum/evig', } as const diff --git a/src/config/statuten.ts b/src/config/statuten.ts index d2b0a27c6..c303c7510 100644 --- a/src/config/statuten.ts +++ b/src/config/statuten.ts @@ -33,7 +33,7 @@ export const STATUTEN_STATUS: { /** Public source of the document, so anyone can diff every revision. */ export const STATUTEN_SOURCE_URL = - 'https://github.com/catomean/evig/blob/main/docs/legal/STATUTEN.md' + 'https://github.com/bitbaum/evig/blob/main/docs/legal/STATUTEN.md' export interface StatutenSection { id: string