Updating paths to repos. (#5330)

* Updating paths to repos.

* Updating rotor and libusb

* Fixing other occurrences
This commit is contained in:
Tomasz Drwięga
2017-03-29 15:17:27 +02:00
committed by Arkadiy Paronyan
parent d4684d6302
commit d2394d3ac3
78 changed files with 190 additions and 235 deletions

View File

@@ -13,10 +13,10 @@ env_logger = "0.4"
rustc-serialize = "0.3"
rand = "0.3.12"
time = "0.1.34"
rocksdb = { git = "https://github.com/ethcore/rust-rocksdb" }
eth-secp256k1 = { git = "https://github.com/ethcore/rust-secp256k1" }
rocksdb = { git = "https://github.com/paritytech/rust-rocksdb" }
eth-secp256k1 = { git = "https://github.com/paritytech/rust-secp256k1" }
rust-crypto = "0.2.34"
elastic-array = { git = "https://github.com/ethcore/elastic-array" }
elastic-array = { git = "https://github.com/paritytech/elastic-array" }
rlp = { path = "rlp" }
heapsize = { version = "0.3", features = ["unstable"] }
itertools = "0.5"

View File

@@ -1,7 +1,7 @@
[package]
description = "Large fixed-size integers and hash function outputs"
homepage = "http://parity.io"
repository = "https://github.com/ethcore/parity"
repository = "https://github.com/paritytech/parity"
license = "GPL-3.0"
name = "ethcore-bigint"
version = "0.1.2"

View File

@@ -7,7 +7,7 @@ version = "1.7.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
mio = { git = "https://github.com/ethcore/mio" }
mio = { git = "https://github.com/paritytech/mio" }
crossbeam = "0.2"
parking_lot = "0.4"
log = "0.3"

View File

@@ -8,7 +8,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
log = "0.3"
mio = { git = "https://github.com/ethcore/mio" }
mio = { git = "https://github.com/paritytech/mio" }
bytes = "0.3.0"
rand = "0.3.12"
time = "0.1.34"

View File

@@ -6,7 +6,7 @@ version = "0.1.0"
authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
elastic-array = { git = "https://github.com/ethcore/elastic-array" }
elastic-array = { git = "https://github.com/paritytech/elastic-array" }
ethcore-bigint = { path = "../bigint" }
lazy_static = "0.2"
rustc-serialize = "0.3"

View File

@@ -62,7 +62,7 @@
//! export LIBRARY_PATH=/usr/local/lib
//!
//! # download and build parity
//! git clone https://github.com/ethcore/parity
//! git clone https://github.com/paritytech/parity
//! cd parity
//! cargo build --release
//! ```
@@ -82,7 +82,7 @@
//! export LIBRARY_PATH=/usr/local/lib
//!
//! # download and build parity
//! git clone https://github.com/ethcore/parity
//! git clone https://github.com/paritytech/parity
//! cd parity
//! cargo build --release
//! ```