Fix repo path

This commit is contained in:
Kagami Hiiragi 2014-12-17 14:08:42 +03:00
parent a402c40d4d
commit e425730021
2 changed files with 4 additions and 4 deletions

View File

@ -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.

View File

@ -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": "*",