diff --git a/ethbloom/Cargo.toml b/ethbloom/Cargo.toml index a91e068..313920c 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/debris/ethbloom" -repository = "https://github.com/debris/ethbloom" +homepage = "https://github.com/paritytech/primitives" +repository = "https://github.com/paritytech/primitives" [dependencies] tiny-keccak = "1.4"