diff options
| author | Brian Anderson <andersrb@gmail.com> | 2012-01-23 13:57:49 -0800 |
|---|---|---|
| committer | Brian Anderson <andersrb@gmail.com> | 2012-01-23 13:57:49 -0800 |
| commit | 123d5df723fe08c39bbec8d56663f96e86751b0f (patch) | |
| tree | efe33ccdf54d30c06ae7f91654343e54cbc6ae96 | |
| parent | 5cb725a890a8709deba562b205f4dd897ec9034c (diff) | |
| parent | d38000d1f518192e5299e8f70ff6d61027ca3942 (diff) | |
| download | rust-123d5df723fe08c39bbec8d56663f96e86751b0f.tar.gz rust-123d5df723fe08c39bbec8d56663f96e86751b0f.zip | |
Merge pull request #1618 from oconnor0/patch-1
Point to correct cargo-central.
| -rw-r--r-- | src/cargo/sources.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cargo/sources.json b/src/cargo/sources.json index 589970990b1..66e14f9eff7 100644 --- a/src/cargo/sources.json +++ b/src/cargo/sources.json @@ -1,6 +1,6 @@ { "central": { - "url": "https://raw.github.com/graydon/cargo-central/master/packages.json" + "url": "https://raw.github.com/mozilla/cargo-central/master/packages.json" }, "elly": { "url": "https://raw.github.com/elly/rust-packages/master/packages.json", |
