From 1c589e370899fbe3d36216f1ede0a61c1a165dc1 Mon Sep 17 00:00:00 2001 From: Kasper Dissing Bargsteen Date: Fri, 15 Sep 2023 13:54:14 +0200 Subject: [PATCH] Update URLs --- contract-testing/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contract-testing/Cargo.toml b/contract-testing/Cargo.toml index f4bf3fc8..1d39ca72 100644 --- a/contract-testing/Cargo.toml +++ b/contract-testing/Cargo.toml @@ -6,8 +6,8 @@ rust-version = "1.66" license = "MPL-2.0" readme = "README.md" description = "A companion crate to `concordium-std` that supports off-chain end-to-end testing of smart contracts." -homepage = "https://github.com/Concordium/concordium-smart-contract-tools" -repository = "https://github.com/Concordium/concordium-smart-contract-tools" +homepage = "https://github.com/Concordium/concordium-rust-smart-contracts" +repository = "https://github.com/Concordium/concordium-rust-smart-contracts" exclude = ["tests"] # Do not publish tests. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html