about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-04-14 09:26:24 +0000
committerbors <bors@rust-lang.org>2022-04-14 09:26:24 +0000
commitc3e757fe4bc4e8fef397f88be13113d3e5dbbc3e (patch)
tree069322fb1b34ee9b891041740a5035ef12aa7867
parentcf9c825c9ecb566eb597f7837a5bcf9167c01635 (diff)
parent940ec0967a5db1a3b30ee2baaf129d0aada9efd2 (diff)
downloadrust-c3e757fe4bc4e8fef397f88be13113d3e5dbbc3e.tar.gz
rust-c3e757fe4bc4e8fef397f88be13113d3e5dbbc3e.zip
Auto merge of #11980 - atouchet:repo, r=Veykril
Update repo URL
-rw-r--r--crates/ide_ssr/Cargo.toml2
-rw-r--r--crates/syntax/Cargo.toml2
-rw-r--r--lib/arena/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/crates/ide_ssr/Cargo.toml b/crates/ide_ssr/Cargo.toml
index 9135857c38e..db6991d4e58 100644
--- a/crates/ide_ssr/Cargo.toml
+++ b/crates/ide_ssr/Cargo.toml
@@ -3,7 +3,7 @@ name = "ide_ssr"
 version = "0.0.0"
 description = "Structural search and replace of Rust code"
 license = "MIT OR Apache-2.0"
-repository = "https://github.com/rust-analyzer/rust-analyzer"
+repository = "https://github.com/rust-lang/rust-analyzer"
 edition = "2021"
 rust-version = "1.57"
 
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml
index bb4d10207d7..99bc30f0763 100644
--- a/crates/syntax/Cargo.toml
+++ b/crates/syntax/Cargo.toml
@@ -3,7 +3,7 @@ name = "syntax"
 version = "0.0.0"
 description = "Comment and whitespace preserving parser for the Rust language"
 license = "MIT OR Apache-2.0"
-repository = "https://github.com/rust-analyzer/rust-analyzer"
+repository = "https://github.com/rust-lang/rust-analyzer"
 edition = "2021"
 rust-version = "1.57"
 
diff --git a/lib/arena/Cargo.toml b/lib/arena/Cargo.toml
index 39b005d0945..2d3243a29bb 100644
--- a/lib/arena/Cargo.toml
+++ b/lib/arena/Cargo.toml
@@ -3,7 +3,7 @@ name = "la-arena"
 version = "0.3.0"
 description = "Simple index-based arena without deletion."
 license = "MIT OR Apache-2.0"
-repository = "https://github.com/rust-analyzer/rust-analyzer"
+repository = "https://github.com/rust-lang/rust-analyzer"
 documentation = "https://docs.rs/la-arena"
 categories = ["data-structures", "memory-management", "rust-patterns"]
 edition = "2021"