about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorAlex Touchet <alextouchet@outlook.com>2022-04-13 16:54:24 -0700
committerAlex Touchet <alextouchet@outlook.com>2022-04-13 16:54:24 -0700
commit940ec0967a5db1a3b30ee2baaf129d0aada9efd2 (patch)
tree032ab32bdb8d290f1b4f2ef13071982dfceb9fb3 /lib
parent15844bf48ce6bd4aaba7c26fa3df76415903aec1 (diff)
downloadrust-940ec0967a5db1a3b30ee2baaf129d0aada9efd2.tar.gz
rust-940ec0967a5db1a3b30ee2baaf129d0aada9efd2.zip
Update repo URL
Diffstat (limited to 'lib')
-rw-r--r--lib/arena/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"