Skip to content

Commit 9006cec

Browse files
bors[bot]Veetaha
andauthored
Merge #2983
2983: Fix repo link in package.json r=matklad a=Veetaha Fix repo link Co-authored-by: Veetaha <gerzoh1@gmail.com>
2 parents e248299 + 3d6d081 commit 9006cec

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

editors/code/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
"version": "0.1.0",
99
"publisher": "matklad",
1010
"repository": {
11-
"url": "https://github.com/matklad/rust-analyzer/"
11+
"url": "https://github.com/rust-analyzer/rust-analyzer.git",
12+
"type": "git"
1213
},
1314
"categories": [
1415
"Other"

0 commit comments

Comments
 (0)