Fix obsolete repository URL in [package.repository] of rust-analyzer crate
This commit is contained in:
parent
163534182d
commit
a22691afd9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue