aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVeetaha <[email protected]>2020-02-02 10:16:41 +0000
committerVeetaha <[email protected]>2020-02-02 10:16:41 +0000
commit3d6d0819cce2d7bc13d720328e2bba8337b48602 (patch)
tree2686ab27dacf3c348cf72dedfdd0b1de70becad6
parent96bd4f5704f447800067ce69d50ab8b4b2315fdb (diff)
fix repo link in package.json
-rw-r--r--editors/code/package.json3
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"