mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Merge #2983
2983: Fix repo link in package.json r=matklad a=Veetaha Fix repo link Co-authored-by: Veetaha <gerzoh1@gmail.com>
This commit is contained in:
commit
9006cec492
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"publisher": "matklad",
|
"publisher": "matklad",
|
||||||
"repository": {
|
"repository": {
|
||||||
"url": "https://github.com/matklad/rust-analyzer/"
|
"url": "https://github.com/rust-analyzer/rust-analyzer.git",
|
||||||
|
"type": "git"
|
||||||
},
|
},
|
||||||
"categories": [
|
"categories": [
|
||||||
"Other"
|
"Other"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue