Skip to content

Commit

Permalink
Merge pull request hyperledger-archives#1541 from AxelNennker/RustWra…
Browse files Browse the repository at this point in the history
…ppersRepoFix

fix repo link
  • Loading branch information
jovfer authored Mar 18, 2019
2 parents c1febc7 + 24caffb commit 4602bc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wrappers/rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ authors = ["Mike Lodder <[email protected]>",
"Stephen Felt <[email protected]>",
"Cam Parra <[email protected]>",
"Brent Zundel <[email protected]>"]
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"
Expand Down Expand Up @@ -45,4 +45,4 @@ dirs = "1.0.4"
[features]
timeout_tests = []
tests_to_fix = []
extended_api_types = []
extended_api_types = []

0 comments on commit 4602bc2

Please sign in to comment.