diff --git a/CHANGES.md b/CHANGES.md index fdf8353a0..6adfec2ac 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -55,7 +55,7 @@ Light Client: - `signatory` from `0.12` to `0.17` ([#89]) - `subtle-encoding` from `0.3` to `0.5` ([#47]) - `uuid` from `0.7` to `0.8` ([#91]) -- replace `rand_os` with `getrandome` ([#90]) +- replace `rand_os` with `getrandom` ([#90]) ## [0.10.0] (2019-07-30) @@ -214,4 +214,3 @@ https://github.com/interchainio/tendermint-rs/commit/566dfb6a9ef9659a504b43fb8cc [#90]: https://github.com/interchainio/tendermint-rs/pull/90 [#83]: https://github.com/interchainio/tendermint-rs/pull/83 [#91]: https://github.com/interchainio/tendermint-rs/pull/91 - diff --git a/tendermint/Cargo.toml b/tendermint/Cargo.toml index a291d544e..21290690d 100644 --- a/tendermint/Cargo.toml +++ b/tendermint/Cargo.toml @@ -3,7 +3,7 @@ name = "tendermint" version = "0.11.0" # Also update `html_root_url` in lib.rs when bumping this license = "Apache-2.0" homepage = "https://www.tendermint.com/" -repository = "https://github.com/tendermint/kms/tree/master/crates/tendermint" +repository = "https://github.com/interchainio/tendermint-rs/tree/master/tendermint" readme = "README.md" categories = ["cryptography", "database"] keywords = ["blockchain", "bft", "consensus", "cosmos", "tendermint"]