From 8c723709cd9404be30034fa70144abb881afb646 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 13 Jan 2024 17:33:02 -0800 Subject: [PATCH] Update repository in crates.io metadata and delete homepage --- Cargo.toml | 3 +-- fsays/Cargo.toml | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0c034a4..0ff31cc 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 8b29d66..bbe76e2 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",