Skip to content

Commit 9032fd4

Browse files
chore: update repository URLs to paperfoot org
GitHub repo transferred from 199-biotechnologies to paperfoot. Old URL 301-redirects automatically via GitHub Transfer.
1 parent afc035f commit 9032fd4

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ version = "0.5.4"
44
edition = "2024"
55
description = "Generate AI music from your terminal — Suno v5.5 with tags, exclude, vocal control, and all generation features"
66
license = "MIT"
7-
repository = "https://github.com/199-biotechnologies/suno-cli"
8-
homepage = "https://github.com/199-biotechnologies/suno-cli"
7+
repository = "https://github.com/paperfoot/suno-cli"
8+
homepage = "https://github.com/paperfoot/suno-cli"
99
readme = "README.md"
1010
keywords = ["suno", "music", "ai", "cli", "audio"]
1111
categories = ["command-line-utilities", "multimedia::audio"]

README.md

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

77
<br />
88

9-
[![Star this repo](https://img.shields.io/github/stars/199-biotechnologies/suno-cli?style=for-the-badge&logo=github&label=%E2%AD%90%20Star%20this%20repo&color=yellow)](https://github.com/199-biotechnologies/suno-cli/stargazers)
9+
[![Star this repo](https://img.shields.io/github/stars/paperfoot/suno-cli?style=for-the-badge&logo=github&label=%E2%AD%90%20Star%20this%20repo&color=yellow)](https://github.com/paperfoot/suno-cli/stargazers)
1010
&nbsp;&nbsp;
1111
[![Follow @longevityboris](https://img.shields.io/badge/Follow_%40longevityboris-000000?style=for-the-badge&logo=x&logoColor=white)](https://x.com/longevityboris)
1212

@@ -18,7 +18,7 @@
1818
&nbsp;
1919
[![crates.io](https://img.shields.io/crates/v/suno?style=for-the-badge)](https://crates.io/crates/suno)
2020
&nbsp;
21-
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen?style=for-the-badge)](https://github.com/199-biotechnologies/suno-cli/pulls)
21+
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen?style=for-the-badge)](https://github.com/paperfoot/suno-cli/pulls)
2222

2323
---
2424

@@ -51,7 +51,7 @@ cargo install suno
5151

5252
### Pre-built binaries
5353

54-
Download from [GitHub Releases](https://github.com/199-biotechnologies/suno-cli/releases) — binaries for macOS (Apple Silicon + Intel), Linux (x86_64 + ARM), and Windows.
54+
Download from [GitHub Releases](https://github.com/paperfoot/suno-cli/releases) — binaries for macOS (Apple Silicon + Intel), Linux (x86_64 + ARM), and Windows.
5555

5656
### Self-update
5757

@@ -345,7 +345,7 @@ Built by [Boris Djordjevic](https://github.com/longevityboris) at [199 Biotechno
345345

346346
**If this saves you time:**
347347

348-
[![Star this repo](https://img.shields.io/github/stars/199-biotechnologies/suno-cli?style=for-the-badge&logo=github&label=%E2%AD%90%20Star%20this%20repo&color=yellow)](https://github.com/199-biotechnologies/suno-cli/stargazers)
348+
[![Star this repo](https://img.shields.io/github/stars/paperfoot/suno-cli?style=for-the-badge&logo=github&label=%E2%AD%90%20Star%20this%20repo&color=yellow)](https://github.com/paperfoot/suno-cli/stargazers)
349349
&nbsp;&nbsp;
350350
[![Follow @longevityboris](https://img.shields.io/badge/Follow_%40longevityboris-000000?style=for-the-badge&logo=x&logoColor=white)](https://x.com/longevityboris)
351351

src/errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ impl CliError {
8585
}
8686
Self::GenerationFailed(_) => "Check `suno credits` for remaining balance",
8787
Self::Api { code, .. } if *code == "schema_drift" => {
88-
"Suno changed their API or rolled out hCaptcha enforcement. Try (1) `suno auth --refresh` to mint a fresh JWT, (2) `suno update` to pull the latest fix, (3) supply an hCaptcha solution via `--token <solved>`, or (4) see https://github.com/199-biotechnologies/suno-cli/issues for the current status"
88+
"Suno changed their API or rolled out hCaptcha enforcement. Try (1) `suno auth --refresh` to mint a fresh JWT, (2) `suno update` to pull the latest fix, (3) supply an hCaptcha solution via `--token <solved>`, or (4) see https://github.com/paperfoot/suno-cli/issues for the current status"
8989
}
9090
Self::Api { .. } | Self::Http(_) => "Check your network connection and retry",
9191
Self::Io(_) => "Check file permissions and disk space",

0 commit comments

Comments
 (0)