Skip to content

Commit 3b39677

Browse files
committed
cargo: fixed repossitory links
1 parent 0e815de commit 3b39677

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

crates/util/EIP-152/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "eip-152"
33
version = "0.1.0"
44
authors = ["Parity Technologies <[email protected]>"]
5-
repository = "https://github.com/openethereum/openethereum"
5+
repository = "https://github.com/dmdcoin/diamond-node"
66
documentation = "https://docs.rs/eip-152"
77
readme = "README.md"
88
description = "eip-512 blake2 F compression function"

crates/util/EIP-712/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "eip-712"
33
version = "0.1.0"
44
authors = ["Parity Technologies <[email protected]>"]
5-
repository = "https://github.com/openethereum/openethereum"
5+
repository = "https://github.com/dmdcoin/diamond-node"
66
documentation = "https://docs.rs/eip-712"
77
readme = "README.md"
88
description = "eip-712 encoding"

crates/util/memzero/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
description = "A wrapper for zero-ing out memory when dropped"
55
license = "GPL-3.0"
66
homepage = "https://parity.io"
7-
repository = "https://github.com/openethereum/openethereum"
7+
repository = "https://github.com/dmdcoin/diamond-node"
88
documentation = "https://docs.rs/crate/memzero"
99
authors = ["Parity Technologies <[email protected]>"]
1010
edition = "2018"

0 commit comments

Comments
 (0)