Skip to content

Commit 64078e9

Browse files
Claude Workbenchcursoragent
andcommitted
chore: update author and repo references to veithly/vibeshell
Replace all placeholder collaborator info with actual owner details. Co-authored-by: Cursor <[email protected]>
1 parent a848426 commit 64078e9

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ resolver = "2"
44

55
[workspace.package]
66
version = "0.1.0"
7-
authors = ["VibeShell Team"]
7+
authors = ["veithly"]
88
edition = "2021"
99

1010
[workspace.dependencies]

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
**A modern, high-performance SSH/SFTP terminal client built with Tauri + React**
88

9-
[![Release](https://img.shields.io/github/v/release/nicepkg/vibeshell?style=flat-square&color=7aa2f7)](https://github.com/nicepkg/vibeshell/releases)
9+
[![Release](https://img.shields.io/github/v/release/veithly/vibeshell?style=flat-square&color=7aa2f7)](https://github.com/veithly/vibeshell/releases)
1010
[![License](https://img.shields.io/badge/license-MIT-9ece6a?style=flat-square)](LICENSE)
11-
[![CI](https://img.shields.io/github/actions/workflow/status/nicepkg/vibeshell/ci.yml?style=flat-square&label=CI)](https://github.com/nicepkg/vibeshell/actions)
11+
[![CI](https://img.shields.io/github/actions/workflow/status/veithly/vibeshell/ci.yml?style=flat-square&label=CI)](https://github.com/veithly/vibeshell/actions)
1212
[![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20macOS%20%7C%20Linux-bb9af7?style=flat-square)](#installation)
1313

1414
<br />
@@ -68,12 +68,12 @@
6868

6969
| Platform | Download |
7070
|----------|----------|
71-
| **Windows** x64 | [`.exe` installer](https://github.com/nicepkg/vibeshell/releases/latest) · [`.msi`](https://github.com/nicepkg/vibeshell/releases/latest) |
72-
| **macOS** Apple Silicon | [`.dmg`](https://github.com/nicepkg/vibeshell/releases/latest) |
73-
| **macOS** Intel | [`.dmg`](https://github.com/nicepkg/vibeshell/releases/latest) |
74-
| **Linux** x64 | [`.deb`](https://github.com/nicepkg/vibeshell/releases/latest) · [`.AppImage`](https://github.com/nicepkg/vibeshell/releases/latest) |
71+
| **Windows** x64 | [`.exe` installer](https://github.com/veithly/vibeshell/releases/latest) · [`.msi`](https://github.com/veithly/vibeshell/releases/latest) |
72+
| **macOS** Apple Silicon | [`.dmg`](https://github.com/veithly/vibeshell/releases/latest) |
73+
| **macOS** Intel | [`.dmg`](https://github.com/veithly/vibeshell/releases/latest) |
74+
| **Linux** x64 | [`.deb`](https://github.com/veithly/vibeshell/releases/latest) · [`.AppImage`](https://github.com/veithly/vibeshell/releases/latest) |
7575

76-
> Download the latest release from the [Releases](https://github.com/nicepkg/vibeshell/releases) page.
76+
> Download the latest release from the [Releases](https://github.com/veithly/vibeshell/releases) page.
7777
7878
### Build from Source
7979

@@ -84,7 +84,7 @@
8484

8585
```bash
8686
# Clone the repository
87-
git clone https://github.com/nicepkg/vibeshell.git
87+
git clone https://github.com/veithly/vibeshell.git
8888
cd vibeshell
8989

9090
# Install frontend dependencies
@@ -190,4 +190,4 @@ Contributions are welcome! Please read our contributing guidelines before submit
190190

191191
## License
192192

193-
[MIT](LICENSE) — Made with care by the VibeShell Team.
193+
[MIT](LICENSE) — Made with care by [veithly](https://github.com/veithly).

src/components/Settings/Settings.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -741,7 +741,7 @@ export function Settings() {
741741

742742
<div className="mt-6 flex gap-3">
743743
<a
744-
href="https://github.com/user/vibeshell"
744+
href="https://github.com/veithly/vibeshell"
745745
target="_blank"
746746
rel="noopener noreferrer"
747747
className="inline-flex items-center gap-2 px-4 py-2 rounded-lg

0 commit comments

Comments
 (0)