The repository was renamed. 724 references across 59 files now point at the new URL — README badges, docs, install guides, the updater's releases API call, CONTRIBUTING, the Colab link and the probe harness. GitHub redirects the old URLs, so nothing was broken in the meantime. Deliberately NOT renamed, because each breaks something on a user's machine: the Tauri bundle identifier (the path to every existing user's data), /usr/lib/omnivoice-studio and the compose container names, and the published Docker image paths. The image path needed a code change to STAY still: docker.yml derived it from github.repository, so the next build would have published to ghcr.io/debpalash/voicestudio while Docker Hub, a hardcoded literal, stayed put — everyone pulling the documented GHCR path would have kept receiving the last pre-rename image forever. It is now pinned, with a test that fails if it ever derives from the repo name again. Also makes the probe's repo-name assertion shape-based: it hardcoded the old name and failed on every PR after the rename while the code it tests worked perfectly.
10 lines
340 B
YAML
10 lines
340 B
YAML
# These are supported funding model platforms
|
|
# GitHub Sponsors isn't set up for this account — fund via Ko-fi or PayPal.
|
|
|
|
ko_fi: debpalash
|
|
custom:
|
|
- "https://paypal.me/palashCoder"
|
|
- "https://github.com/debpalash/VoiceStudio/blob/main/SPONSORS.md"
|
|
# github: [debpalash] # not available
|
|
# open_collective: omnivoice-studio
|