Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 04de213

Browse files
committed
Adjust repository links
1 parent 0b43689 commit 04de213

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

rls-analysis/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.16.12"
44
authors = ["Nick Cameron <ncameron@mozilla.com>"]
55
description = "Library for processing rustc's save-analysis data for the RLS"
66
license = "Apache-2.0/MIT"
7-
repository = "https://github.com/rust-dev-tools/rls-analysis"
7+
repository = "https://github.com/rust-lang/rls"
88
categories = ["development-tools"]
99
exclude = [
1010
"test_data/*",

rls-blacklist/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.3"
44
authors = ["Nick Cameron <ncameron@mozilla.com>"]
55
description = "Blacklist of crates for the RLS to skip"
66
license = "Apache-2.0/MIT"
7-
repository = "https://github.com/nrc/rls-blacklist"
7+
repository = "https://github.com/rust-lang/rls"
88
categories = ["development-tools"]
99

1010
[dependencies]

rls-data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.18.2"
44
authors = ["Nick Cameron <ncameron@mozilla.com>"]
55
description = "Data structures used by the RLS and Rust compiler"
66
license = "Apache-2.0/MIT"
7-
repository = "https://github.com/rust-dev-tools/rls-data"
7+
repository = "https://github.com/rust-lang/rls"
88
categories = ["development-tools"]
99

1010
[dependencies]

rls-rustc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.5.0"
44
authors = ["Nick Cameron <ncameron@mozilla.com>"]
55
description = "A simple shim around rustc to allow using save-analysis with a stable toolchain"
66
license = "Apache-2.0/MIT"
7-
repository = "https://github.com/nrc/rls-rustc"
7+
repository = "https://github.com/rust-lang/rls"
88
categories = ["development-tools"]
99

1010
[dependencies]

rls-span/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.4.1"
44
authors = ["Nick Cameron <ncameron@mozilla.com>"]
55
description = "Types for identifying code spans/ranges"
66
license = "Apache-2.0/MIT"
7-
repository = "https://github.com/rust-dev-tools/rls-span"
7+
repository = "https://github.com/rust-lang/rls"
88
categories = ["development-tools"]
99

1010
[features]

rls-vfs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.7.1"
44
authors = ["Nick Cameron <ncameron@mozilla.com>"]
55
description = "Virtual File System for the RLS"
66
license = "Apache-2.0/MIT"
7-
repository = "https://github.com/rust-dev-tools/rls-vfs"
7+
repository = "https://github.com/rust-lang/rls"
88
categories = ["development-tools"]
99

1010
[dependencies]

0 commit comments

Comments
 (0)