diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-02-02 13:57:17 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-02-02 13:57:17 +0000 |
commit | 9006cec4928a28e4b70f536fc740fad5e82319d1 (patch) | |
tree | 8b3560ede2e269192370c7a7c29aab9639dc5db6 | |
parent | e24829909adeccf4b40ab362d48cab4c5f1178dc (diff) | |
parent | 3d6d0819cce2d7bc13d720328e2bba8337b48602 (diff) |
Merge #2983
2983: Fix repo link in package.json r=matklad a=Veetaha
Fix repo link
Co-authored-by: Veetaha <[email protected]>
-rw-r--r-- | editors/code/package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/code/package.json b/editors/code/package.json index 55d470fa0..4aefd4488 100644 --- a/editors/code/package.json +++ b/editors/code/package.json | |||
@@ -8,7 +8,8 @@ | |||
8 | "version": "0.1.0", | 8 | "version": "0.1.0", |
9 | "publisher": "matklad", | 9 | "publisher": "matklad", |
10 | "repository": { | 10 | "repository": { |
11 | "url": "https://github.com/matklad/rust-analyzer/" | 11 | "url": "https://github.com/rust-analyzer/rust-analyzer.git", |
12 | "type": "git" | ||
12 | }, | 13 | }, |
13 | "categories": [ | 14 | "categories": [ |
14 | "Other" | 15 | "Other" |