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. JavaScript Bitmessage library for both browserify and node.

View File

@ -12,7 +12,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/nekogrid/bitmessage.git" "url": "https://github.com/bitchan/bitmessage.git"
}, },
"keywords": [ "keywords": [
"bitmessage", "bitmessage",
@ -23,9 +23,9 @@
"author": "Kagami Hiiragi", "author": "Kagami Hiiragi",
"license": "CC0", "license": "CC0",
"bugs": { "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": { "devDependencies": {
"chai": "*", "chai": "*",
"jshint": "*", "jshint": "*",