diff --git a/ethbloom/Cargo.toml b/ethbloom/Cargo.toml index ca11a6a..385030a 100644 --- a/ethbloom/Cargo.toml +++ b/ethbloom/Cargo.toml @@ -5,8 +5,8 @@ authors = ["Parity Technologies "] description = "Ethereum bloom filter" license = "MIT" documentation = "https://docs.rs/ethbloom" -homepage = "https://github.com/paritytech/primitives" -repository = "https://github.com/paritytech/primitives" +homepage = "https://github.com/paritytech/parity-common" +repository = "https://github.com/paritytech/parity-common" [dependencies] tiny-keccak = "1.4" diff --git a/ethereum-types/Cargo.toml b/ethereum-types/Cargo.toml index b6b3271..c7f9c1a 100644 --- a/ethereum-types/Cargo.toml +++ b/ethereum-types/Cargo.toml @@ -3,7 +3,7 @@ name = "ethereum-types" version = "0.5.0" authors = ["Parity Technologies "] license = "MIT" -homepage = "https://github.com/paritytech/primitives" +homepage = "https://github.com/paritytech/parity-common" description = "Ethereum types" [dependencies]