From 046766159bef3aac4d88189f6afd6b32cdc4f5f6 Mon Sep 17 00:00:00 2001 From: Hudson Brendon Date: Sat, 20 Jun 2026 18:41:30 -0300 Subject: [PATCH] chore: point repo references at 99labdev org The repository was transferred from hudsonbrendon to the 99labdev organization. Update all in-repo references (OTA updater endpoint, README badges/links, CONTRIBUTING, landing site, in-app GitHub link) from hudsonbrendon/wisper.chat to 99labdev/wisper.chat. GitHub redirects the old owner, so installed builds keep auto-updating; the next build bakes in the new endpoint. Co-Authored-By: Claude Opus 4.8 (1M context) --- CONTRIBUTING.md | 2 +- README.md | 24 ++++++++++++------------ site/assets/app.js | 2 +- site/index.html | 12 ++++++------ src-tauri/tauri.conf.json | 2 +- src/components/Sidebar.test.tsx | 2 +- src/components/Sidebar.tsx | 2 +- 7 files changed, 23 insertions(+), 23 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c794ae9..980f46d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ dev environment running and the checks your change needs to pass. ## Getting started ```bash -git clone https://github.com/hudsonbrendon/wisper.chat +git clone https://github.com/99labdev/wisper.chat cd wisper.chat pnpm install pnpm tauri dev # run the app with hot reload diff --git a/README.md b/README.md index 38c7873..c3dde4d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@

- Download · + Download · Quick start · Build from source · Troubleshooting · @@ -24,15 +24,15 @@

- CI - Coverage - Latest release - License + CI + Coverage + Latest release + License Built with Tauri Platforms - Last commit - Open issues - Stars + Last commit + Open issues + Stars

--- @@ -113,7 +113,7 @@ until you press your hotkey. ## 🚀 Quick start -1. [Download](https://github.com/hudsonbrendon/wisper.chat/releases/latest) and +1. [Download](https://github.com/99labdev/wisper.chat/releases/latest) and install for your OS. 2. Launch it and complete the short onboarding. 3. Grant **Microphone** (and on macOS, **Accessibility**) permission — see @@ -125,7 +125,7 @@ until you press your hotkey. ## 📥 Install Grab the installer for your platform from the -[latest release](https://github.com/hudsonbrendon/wisper.chat/releases/latest): +[latest release](https://github.com/99labdev/wisper.chat/releases/latest): | Platform | Asset | | --------------------------------- | -------------------- | @@ -247,7 +247,7 @@ focus from the app you're typing into. [Tauri system dependencies](https://tauri.app/start/prerequisites/) for your OS. ```bash -git clone https://github.com/hudsonbrendon/wisper.chat.git +git clone https://github.com/99labdev/wisper.chat.git cd wisper.chat pnpm install pnpm tauri dev # run in development @@ -354,7 +354,7 @@ one-time step. Contributions are welcome! Please read [CONTRIBUTING.md](CONTRIBUTING.md), keep changes focused, and run the checks above before opening a PR. Bug reports and -feature ideas are great as [issues](https://github.com/hudsonbrendon/wisper.chat/issues). +feature ideas are great as [issues](https://github.com/99labdev/wisper.chat/issues). ## 📄 License diff --git a/site/assets/app.js b/site/assets/app.js index 03552dd..980fbe1 100644 --- a/site/assets/app.js +++ b/site/assets/app.js @@ -3,7 +3,7 @@ (function () { "use strict"; - var REPO = "hudsonbrendon/wisper.chat"; + var REPO = "99labdev/wisper.chat"; var FALLBACK_VERSION = "1.0.0"; var reduceMotion = diff --git a/site/index.html b/site/index.html index fb16095..9f66075 100644 --- a/site/index.html +++ b/site/index.html @@ -45,7 +45,7 @@