about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Esche <regexident@gmail.com>2024-07-30 14:11:45 +0200
committerVincent Esche <regexident@gmail.com>2024-08-06 00:25:02 +0200
commita22691afd9e47377cc0a22116de9bef54db3eda8 (patch)
treebd9b3c66266429a09514093b6cd64a3478381c75
parent163534182de2275d0316c2f6b36c5aad1155eaad (diff)
downloadrust-a22691afd9e47377cc0a22116de9bef54db3eda8.tar.gz
rust-a22691afd9e47377cc0a22116de9bef54db3eda8.zip
Fix obsolete repository URL in `[package.repository]` of `rust-analyzer` crate
-rw-r--r--src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml b/src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml
index c07f9ee506a..3983e52cd10 100644
--- a/src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml
+++ b/src/tools/rust-analyzer/crates/rust-analyzer/Cargo.toml
@@ -2,7 +2,7 @@
 name = "rust-analyzer"
 version = "0.0.0"
 homepage = "https://rust-analyzer.github.io/"
-repository = "https://github.com/rust-analyzer/rust-analyzer"
+repository = "https://github.com/rust-lang/rust-analyzer"
 description = "A language server for the Rust programming language"
 documentation = "https://rust-analyzer.github.io/manual.html"
 autobins = false