From c7b7a46685c111e363d236c004252a7c3a51f37e Mon Sep 17 00:00:00 2001 From: Marek Date: Mon, 2 Jun 2025 10:00:26 +0200 Subject: [PATCH] chore(cargo): Update homepage and repository URLs --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fccff47..e47f484 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ authors = [ "Jack Grigg ", "Kris Nuttycombe " ] -homepage = "https://github.com/zcash/librustzcash" -repository = "https://github.com/zcash/librustzcash" +homepage = "https://github.com/zcash/zcash_note_encryption" +repository = "https://github.com/zcash/zcash_note_encryption" readme = "README.md" license = "MIT OR Apache-2.0" edition = "2021"