File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 6
6
description = " multirust in rust - manage multiple rust installations with ease"
7
7
8
8
documentation = " http://diggsey.github.io/multirust-rs/multirust/index.html"
9
- homepage = " https://github.com/Diggsey /multirust-rs"
10
- repository = " https://github.com/Diggsey /multirust-rs"
9
+ homepage = " https://github.com/rust-lang-nursery /multirust-rs"
10
+ repository = " https://github.com/rust-lang-nursery /multirust-rs"
11
11
12
12
readme = " README.md"
13
13
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Binaries for other platforms are not yet available. Follow the instructions belo
36
36
37
37
Run this command in a writable directory:
38
38
```
39
- git clone --depth 1 https://github.com/Diggsey /multirust-rs.git multirust-rs && cd multirust-rs && cargo run --release -- self install -a
39
+ git clone --depth 1 https://github.com/rust-lang-nursery /multirust-rs.git multirust-rs && cd multirust-rs && cargo run --release -- self install -a
40
40
```
41
41
42
42
This will automatically add ` ~/.multirust/bin ` to your PATH (remove ` -a ` to disable this behavior).
Original file line number Diff line number Diff line change 6
6
description = " Installation from a Rust distribution server"
7
7
8
8
documentation = " http://diggsey.github.io/multirust-rs/rust_install/index.html"
9
- homepage = " https://github.com/Diggsey /multirust-rs"
10
- repository = " https://github.com/Diggsey /multirust-rs"
9
+ homepage = " https://github.com/rust-lang-nursery /multirust-rs"
10
+ repository = " https://github.com/rust-lang-nursery /multirust-rs"
11
11
12
12
license = " MIT OR Apache-2.0"
13
13
Original file line number Diff line number Diff line change 6
6
description = " Test mocks for multirust"
7
7
8
8
documentation = " http://diggsey.github.io/multirust-rs"
9
- homepage = " https://github.com/Diggsey /multirust-rs"
10
- repository = " https://github.com/Diggsey /multirust-rs"
9
+ homepage = " https://github.com/rust-lang-nursery /multirust-rs"
10
+ repository = " https://github.com/rust-lang-nursery /multirust-rs"
11
11
12
12
[dependencies ]
13
13
hyper = " 0.7.0"
Original file line number Diff line number Diff line change 6
6
description = " multirust in rust - manage multiple rust installations with ease"
7
7
8
8
documentation = " http://diggsey.github.io/multirust-rs/multirust/index.html"
9
- homepage = " https://github.com/Diggsey /multirust-rs"
10
- repository = " https://github.com/Diggsey /multirust-rs"
9
+ homepage = " https://github.com/rust-lang-nursery /multirust-rs"
10
+ repository = " https://github.com/rust-lang-nursery /multirust-rs"
11
11
12
12
license = " MIT OR Apache-2.0"
13
13
You can’t perform that action at this time.
0 commit comments