From d0c0660b9b6ddbcd4b27e64fc70ea9e94f39a259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Szab=C3=B3?= Date: Sun, 5 May 2024 17:59:27 +0300 Subject: [PATCH] use the repository field to link to the repository --- crates/rust-analyzer/Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/rust-analyzer/Cargo.toml b/crates/rust-analyzer/Cargo.toml index 3d8e763721..34b3e49314 100644 --- a/crates/rust-analyzer/Cargo.toml +++ b/crates/rust-analyzer/Cargo.toml @@ -1,7 +1,8 @@ [package] name = "rust-analyzer" version = "0.0.0" -homepage = "https://github.com/rust-analyzer/rust-analyzer" +homepage = "https://rust-analyzer.github.io/" +repository = "https://github.com/rust-analyzer/rust-analyzer" description = "A language server for the Rust programming language" documentation = "https://rust-analyzer.github.io/manual.html" autobins = false