From b3b9e2bde6f63a5640d8fc04f28adfb042c800f1 Mon Sep 17 00:00:00 2001 From: "studio256.net" Date: Thu, 23 Jul 2026 10:09:56 -0400 Subject: [PATCH] chore: update Cargo repository URLs from block/sprout to block/buzz The workspace and buzz-persona manifests still point repository metadata at the pre-rename block/sprout URL. The release tooling's repo-name check was already updated in #1012; this catches the remaining Cargo metadata. Co-Authored-By: Claude Fable 5 --- Cargo.toml | 2 +- crates/buzz-persona/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3499285f91..19983b0182 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,7 +36,7 @@ version = "0.1.0" edition = "2021" rust-version = "1.88.0" license = "Apache-2.0" -repository = "https://github.com/block/sprout" +repository = "https://github.com/block/buzz" [workspace.dependencies] # Runtime diff --git a/crates/buzz-persona/Cargo.toml b/crates/buzz-persona/Cargo.toml index 884965065b..65015de805 100644 --- a/crates/buzz-persona/Cargo.toml +++ b/crates/buzz-persona/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" edition = "2021" description = "Parser and loader for Buzz persona pack files (.persona.md)" license = "Apache-2.0" -repository = "https://github.com/block/sprout" +repository = "https://github.com/block/buzz" [dependencies] serde = { version = "1", features = ["derive"] }