Skip to content

Commit bf53c47

Browse files
committed
Auto merge of #17188 - szabgab:patch-1, r=Veykril
use the repository field to link to the repository
2 parents 7aecf1a + d0c0660 commit bf53c47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/rust-analyzer/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[package]
22
name = "rust-analyzer"
33
version = "0.0.0"
4-
homepage = "https://github.com/rust-analyzer/rust-analyzer"
4+
homepage = "https://rust-analyzer.github.io/"
5+
repository = "https://github.com/rust-analyzer/rust-analyzer"
56
description = "A language server for the Rust programming language"
67
documentation = "https://rust-analyzer.github.io/manual.html"
78
autobins = false

0 commit comments

Comments
 (0)