Update repo url

This commit is contained in:
Wei Tang 2019-01-25 20:13:01 +01:00
parent 12f7a965c8
commit 4d3773d3ac
2 changed files with 3 additions and 3 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/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"

View File

@ -3,7 +3,7 @@ name = "ethereum-types"
version = "0.5.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
homepage = "https://github.com/paritytech/primitives"
homepage = "https://github.com/paritytech/parity-common"
description = "Ethereum types"
[dependencies]