From 371d34f56221993d21bcecd6f50aa958a8ad39ec Mon Sep 17 00:00:00 2001 From: Axel Nennker Date: Mon, 18 Mar 2019 11:34:02 +0100 Subject: [PATCH] fix repo link Signed-off-by: Axel Nennker --- wrappers/rust/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wrappers/rust/Cargo.toml b/wrappers/rust/Cargo.toml index 06570c2908..1435e41e56 100644 --- a/wrappers/rust/Cargo.toml +++ b/wrappers/rust/Cargo.toml @@ -8,8 +8,8 @@ authors = ["Mike Lodder ", "Stephen Felt ", "Cam Parra ", "Brent Zundel "] -homepage = "https://github.com/evernym/rust-libindy-wrapper" -repository = "https://github.com/evernym/rust-libindy-wrapper" +homepage = "https://github.com/hyperledger/indy-sdk" +repository = "https://github.com/hyperledger/indy-sdk" categories = ["api-bindings", "development-tools"] license = "MIT/Apache-2.0" readme = "README.md" @@ -45,4 +45,4 @@ dirs = "1.0.4" [features] timeout_tests = [] tests_to_fix = [] -extended_api_types = [] \ No newline at end of file +extended_api_types = []