Update link to repo for ethbloom (#26)

This commit is contained in:
Pierre Krieger 2018-03-15 09:40:42 +01:00 committed by Tomasz Drwięga
parent 37be381eb9
commit 2fc55656ad
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ authors = ["Parity Technologies <admin@parity.io>"]
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"