From f87af85fedcb26cb521b3383a71c9b4b9fa44be0 Mon Sep 17 00:00:00 2001 From: Alex Touchet Date: Tue, 20 Dec 2022 19:28:02 -0800 Subject: [PATCH] Fix repo URL --- derive/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 4f3aa927..284f3588 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -5,7 +5,7 @@ authors = ["David Craven "] edition = "2018" description = "Proc macro for deriving custom multihash tables." license = "MIT" -repository = "https://github.com/multiformats/multihash" +repository = "https://github.com/multiformats/rust-multihash" resolver = "2" [lib]