Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions packages/saldo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/config/evig-projects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
},
]
Expand Down
2 changes: 1 addition & 1 deletion src/config/org.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion src/config/statuten.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading