From 8b17cea404f5b12e92aa439050d0f2e57783ba24 Mon Sep 17 00:00:00 2001 From: "Zhuohuan LI (CARPE DIEM)" Date: Thu, 1 Sep 2016 17:22:21 +0800 Subject: [PATCH] rename zixia/wechaty to wechaty/wechaty --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 1aebb07a..fcc5a0dd 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/zixia/wechaty.git" + "url": "git+https://github.com/wechaty/wechaty.git" }, "bin": { "io-bot": "bin/io-bot.js", @@ -49,9 +49,9 @@ "author": "Zhuohuan LI ", "license": "ISC", "bugs": { - "url": "https://github.com/zixia/wechaty/issues" + "url": "https://github.com/wechaty/wechaty/issues" }, - "homepage": "https://github.com/zixia/wechaty#readme", + "homepage": "https://github.com/wechaty/wechaty#readme", "eslintConfig": { "env": { "browser": true, -- GitLab