diff --git a/Cargo.toml b/Cargo.toml index cf70138..8a90b65 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.1.0" edition = "2024" rust-version = "1.87" license = "MIT OR Apache-2.0" -repository = "https://github.com/jeckersb/linux-kernel-cmdline" -homepage = "https://github.com/jeckersb/linux-kernel-cmdline" +repository = "https://github.com/bootc-dev/linux-kernel-cmdline" +homepage = "https://github.com/bootc-dev/linux-kernel-cmdline" readme = "README.md" keywords = ["kernel", "cmdline", "boot", "linux", "parsing"] categories = ["os::linux-apis", "parser-implementations"]