Skip to content

Commit ad15a84

Browse files
committed
Fix obsolete repository URL in [package.repository] of rust-analyzer crate
1 parent 2673932 commit ad15a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rust-analyzer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "rust-analyzer"
33
version = "0.0.0"
44
homepage = "https://rust-analyzer.github.io/"
5-
repository = "https://github.com/rust-analyzer/rust-analyzer"
5+
repository = "https://github.com/rust-lang/rust-analyzer"
66
description = "A language server for the Rust programming language"
77
documentation = "https://rust-analyzer.github.io/manual.html"
88
autobins = false

0 commit comments

Comments
 (0)