diff --git a/Cargo.toml b/Cargo.toml index 7559071..987f882 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,7 @@ version = "0.3.1" authors = ["Michael Gattozzi "] description = "A Rust flavored replacement for the classic cowsay" documentation = "https://docs.rs/ferris-says" -homepage = "https://github.com/mgattozzi/ferris-says" -repository = "https://github.com/mgattozzi/ferris-says" +repository = "https://github.com/rust-lang/ferris-says" readme = "README.md" keywords = ["ferris", "cowsay", "print", "fsays", "rustacean"] categories = [ diff --git a/fsays/Cargo.toml b/fsays/Cargo.toml index e39c0f0..f1e666b 100644 --- a/fsays/Cargo.toml +++ b/fsays/Cargo.toml @@ -5,8 +5,7 @@ authors = ["Michael Gattozzi "] edition = "2021" description = "A Rust flavored replacement for the classic cowsay" documentation = "https://docs.rs/ferris-says" -homepage = "https://github.com/mgattozzi/ferris-says" -repository = "https://github.com/mgattozzi/ferris-says" +repository = "https://github.com/rust-lang/ferris-says" keywords = ["ferris", "cowsay", "print", "fsays", "rustacean"] categories = [ "text-processing",