Skip to content

Commit 40ec171

Browse files
committed
sed -i -e 's/Diggsey/rust-lang-nursery/g'
Signed-off-by: NODA, Kai <[email protected]>
1 parent f160fab commit 40ec171

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors = [ "Diggory Blake <[email protected]>" ]
66
description = "multirust in rust - manage multiple rust installations with ease"
77

88
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"
1111

1212
readme = "README.md"
1313

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Binaries for other platforms are not yet available. Follow the instructions belo
3636

3737
Run this command in a writable directory:
3838
```
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
4040
```
4141

4242
This will automatically add `~/.multirust/bin` to your PATH (remove `-a` to disable this behavior).

src/multirust-dist/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors = [ "Diggory Blake <[email protected]>" ]
66
description = "Installation from a Rust distribution server"
77

88
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"
1111

1212
license = "MIT OR Apache-2.0"
1313

src/multirust-mock/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors = [ "Diggory Blake <[email protected]>" ]
66
description = "Test mocks for multirust"
77

88
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"
1111

1212
[dependencies]
1313
hyper = "0.7.0"

src/multirust-utils/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ authors = [ "Diggory Blake <[email protected]>" ]
66
description = "multirust in rust - manage multiple rust installations with ease"
77

88
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"
1111

1212
license = "MIT OR Apache-2.0"
1313

0 commit comments

Comments
 (0)