Update repo location

This commit is contained in:
Michael Morrison 2020-07-04 22:20:42 -05:00
parent 98e2e68786
commit 1c9ca2764e
2 changed files with 4 additions and 4 deletions

View File

@ -401,7 +401,7 @@ Games List
> Want support for one of these games? Please open an issue to show your interest! > Want support for one of these games? Please open an issue to show your interest!
> __Know how to code?__ Protocol details for many of the games above are documented > __Know how to code?__ Protocol details for many of the games above are documented
> at https://github.com/sonicsnes/legacy-query-library-archive > at https://github.com/gamedig/legacy-query-library-archive
> , ready for you to develop into GameDig! > , ready for you to develop into GameDig!
> Don't see your game listed here? > Don't see your game listed here?

View File

@ -10,14 +10,14 @@
"server" "server"
], ],
"main": "lib/index.js", "main": "lib/index.js",
"author": "Michael Morrison", "author": "GameDig Contributors",
"version": "2.0.20", "version": "2.0.20",
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/sonicsnes/node-gamedig.git" "url": "https://github.com/gamedig/node-gamedig.git"
}, },
"bugs": { "bugs": {
"url": "https://github.com/sonicsnes/node-gamedig/issues" "url": "https://github.com/gamedig/node-gamedig/issues"
}, },
"license": "MIT", "license": "MIT",
"engines": { "engines": {