From c278a60ec3bc45da9dd9c5ec877bc1c1f53c7e81 Mon Sep 17 00:00:00 2001 From: Matthias Seitz Date: Sat, 6 Apr 2024 11:22:06 +0200 Subject: [PATCH] chore: update homepage and repository url (#475) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1357147f45b..981eff7e0d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,8 @@ edition = "2021" rust-version = "1.76" authors = ["Alloy Contributors"] license = "MIT OR Apache-2.0" -homepage = "https://github.com/alloy-rs/next" -repository = "https://github.com/alloy-rs/next" +homepage = "https://github.com/alloy-rs/alloy" +repository = "https://github.com/alloy-rs/alloy" exclude = ["benches/", "tests/"] [workspace.metadata.docs.rs]