Skip to content

Commit 09bc89a

Browse files
authored
fix: repo URL (#5)
1 parent fe77296 commit 09bc89a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ categories = ["development-tools", "development-tools::cargo-plugins"]
44
description = "🎡 Detect workspace dependency cycles in Rust monorepos"
55
documentation = "https://docs.rs/cargo-ferris-wheel"
66
edition = "2024"
7-
homepage = "https://github.com/ellipsis-dev/cargo-ferris-wheel"
7+
homepage = "https://github.com/Ellipsis-labs/cargo-ferris-wheel"
88
keywords = ["cargo", "workspace", "dependencies", "cycles", "monorepo"]
99
license = "MIT"
1010
name = "cargo-ferris-wheel"
1111
readme = "README.md"
12-
repository = "https://github.com/ellipsis-dev/cargo-ferris-wheel"
12+
repository = "https://github.com/Ellipsis-labs/cargo-ferris-wheel"
1313
rust-version = "1.88.0"
1414
version = "1.0.1"
1515

0 commit comments

Comments
 (0)