From fbc1e6c4005cce59a7bc168e1938c72be6ce740d Mon Sep 17 00:00:00 2001 From: Shaun Williams Date: Thu, 5 Jan 2017 11:10:46 -0600 Subject: [PATCH] narma -> shaunlebron --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1d52e94..4e7c1a6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ### ChangeLog -[ChangeLog](https://github.com/narma/vscode-parinfer/releases) +[ChangeLog](https://github.com/shaunlebron/vscode-parinfer/releases) ## Demo diff --git a/package.json b/package.json index 8a47a65..1845ced 100644 --- a/package.json +++ b/package.json @@ -3,14 +3,14 @@ "displayName": "Parinfer", "description": "Parinfer for VS Code", "version": "0.2.3", - "publisher": "narma", + "publisher": "shaunlebron", "icon": "icon.png", "engines": { "vscode": "0.10.x" }, "repository": { "type": "git", - "url": "https://github.com/narma/vscode-parinfer" + "url": "https://github.com/shaunlebron/vscode-parinfer" }, "activationEvents": [ "onLanguage:clojure"