From 3d6d0819cce2d7bc13d720328e2bba8337b48602 Mon Sep 17 00:00:00 2001 From: Veetaha Date: Sun, 2 Feb 2020 12:16:41 +0200 Subject: fix repo link in package.json --- editors/code/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors') 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 @@ "version": "0.1.0", "publisher": "matklad", "repository": { - "url": "https://github.com/matklad/rust-analyzer/" + "url": "https://github.com/rust-analyzer/rust-analyzer.git", + "type": "git" }, "categories": [ "Other" -- cgit v1.2.3