From e425730021c37a75960fcd2d74949f7761353416 Mon Sep 17 00:00:00 2001 From: Kagami Hiiragi Date: Wed, 17 Dec 2014 14:08:42 +0300 Subject: [PATCH] Fix repo path --- README.md | 2 +- package.json | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4cb267d..92b18c0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bitmessage [![Build Status](https://travis-ci.org/nekogrid/bitmessage.svg?branch=master)](https://travis-ci.org/nekogrid/bitmessage) +# bitmessage [![Build Status](https://travis-ci.org/bitchan/bitmessage.svg?branch=master)](https://travis-ci.org/bitchan/bitmessage) JavaScript Bitmessage library for both browserify and node. diff --git a/package.json b/package.json index 89cedd6..122dbac 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/nekogrid/bitmessage.git" + "url": "https://github.com/bitchan/bitmessage.git" }, "keywords": [ "bitmessage", @@ -23,9 +23,9 @@ "author": "Kagami Hiiragi", "license": "CC0", "bugs": { - "url": "https://github.com/nekogrid/bitmessage/issues" + "url": "https://github.com/bitchan/bitmessage/issues" }, - "homepage": "https://github.com/nekogrid/bitmessage", + "homepage": "https://github.com/bitchan/bitmessage", "devDependencies": { "chai": "*", "jshint": "*",