mirror of
https://github.com/danbulant/flying-squid
synced 2026-06-11 02:21:18 +00:00
mhsjlw -> PrismarineJS
This commit is contained in:
parent
7ac0117860
commit
8dc3087d65
3 changed files with 6 additions and 6 deletions
|
|
@ -2,11 +2,11 @@ flying-squid
|
|||
================
|
||||
|
||||
[](http://npmjs.com/package/flying-squid)
|
||||
[](https://gitter.im/mhsjlw/flying-squid?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://gitter.im/PrismarineJS/flying-squid?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](LICENSE)
|
||||
[](http://wiki.vg/Protocol)
|
||||
[](https://img.shields.io/github/issues/mhsjlw/flying-squid.svg)
|
||||
[](https://circleci.com/gh/mhsjlw/flying-squid)
|
||||
[](https://img.shields.io/github/issues/PrismarineJS/flying-squid.svg)
|
||||
[](https://circleci.com/gh/PrismarineJS/flying-squid)
|
||||
[](https://gratipay.com/~mhsjlw/)
|
||||
|
||||
A semi-functional minecraft server in Node.js
|
||||
|
|
|
|||
|
|
@ -49,10 +49,10 @@
|
|||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mhsjlw/flying-squid.git"
|
||||
"url": "git://github.com/PrismarineJS/flying-squid.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/mhsjlw/flying-squid/issues"
|
||||
"url": "http://github.com/PrismarineJS/flying-squid/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel": "5.8.23",
|
||||
|
|
|
|||
|
|
@ -90,7 +90,7 @@ module.exports.player=function(player, serv) {
|
|||
info: 'to bug report',
|
||||
usage: '/bug',
|
||||
action() {
|
||||
return 'Report bugs / issues here: https://github.com/mhsjlw/flying-squid/issues';
|
||||
return 'Report bugs / issues here: https://github.com/PrismarineJS/flying-squid/issues';
|
||||
}
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue