Updating locations of webapp stuff (#1040)

This commit is contained in:
Tomasz Drwięga
2016-05-04 15:37:29 +02:00
committed by Gav Wood
parent c449bf5663
commit b32e2f9549
2 changed files with 9 additions and 8 deletions

View File

@@ -15,10 +15,10 @@ hyper = { default-features = false, git = "https://github.com/hyperium/hyper", b
url = "1.0"
ethcore-rpc = { path = "../rpc" }
ethcore-util = { path = "../util" }
parity-webapp = { git = "https://github.com/tomusdrw/parity-webapp.git" }
parity-webapp = { git = "https://github.com/ethcore/parity-webapp.git" }
# List of apps
parity-status = { git = "https://github.com/tomusdrw/parity-status.git", version = "0.3.6" }
parity-wallet = { git = "https://github.com/tomusdrw/parity-wallet.git", optional = true }
parity-status = { git = "https://github.com/ethcore/parity-status.git", version = "0.3.6" }
parity-wallet = { git = "https://github.com/ethcore/parity-wallet.git", optional = true }
clippy = { version = "0.0.64", optional = true}
[features]