Fix obsolete repository URL in [package.repository] of rust-analyzer crate

This commit is contained in:
Vincent Esche 2024-07-30 14:11:45 +02:00
parent 6f329e6d5b
commit 07058a71d4

View file

@ -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