From 710e5f6db670677db5962267e5a105f12b69d5c0 Mon Sep 17 00:00:00 2001 From: Tyler Leonhardt Date: Thu, 16 Apr 2020 22:10:07 -0700 Subject: [PATCH] actually fixed urls --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index cfb3ec8..f385978 100644 --- a/package.json +++ b/package.json @@ -9,12 +9,12 @@ "publisher": "yatli, tylerl0706, corbob", "repository": { "type": "git", - "url": "https://github.com/yatli/coc-powershell" + "url": "https://github.com/coc-extensions/coc-powershell" }, "bugs": { - "url": "https://github.com/coc-extensions/coc-powershell-patched/issues" + "url": "https://github.com/coc-extensions/coc-powershell/issues" }, - "homepage": "https://github.com/coc-extensions/coc-powershell-patched#readme", + "homepage": "https://github.com/coc-extensions/coc-powershell#readme", "engines": { "coc": ">=0.0.77" },