mirror of
https://github.com/electron/node-gyp.git
synced 2025-09-15 21:53:38 +02:00
Update repository URLs.
The project was moved from https://github.com/TooTallNate/node-gyp to https://github.com/nodejs/node-gyp. Update a handful of links that still pointed to the old location. PR-URL: https://github.com/nodejs/node-gyp/pull/715 Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
This commit is contained in:
parent
bbedb8868b
commit
0fbc387b35
5 changed files with 5 additions and 5 deletions
|
@ -139,7 +139,7 @@ Some additional resources for addons and writing `gyp` files:
|
||||||
* ["Hello World" node addon example](https://github.com/joyent/node/tree/master/test/addons/hello-world)
|
* ["Hello World" node addon example](https://github.com/joyent/node/tree/master/test/addons/hello-world)
|
||||||
* [gyp user documentation](https://chromium.googlesource.com/external/gyp/+/master/docs/UserDocumentation.md)
|
* [gyp user documentation](https://chromium.googlesource.com/external/gyp/+/master/docs/UserDocumentation.md)
|
||||||
* [gyp input format reference](https://chromium.googlesource.com/external/gyp/+/master/docs/InputFormatReference.md)
|
* [gyp input format reference](https://chromium.googlesource.com/external/gyp/+/master/docs/InputFormatReference.md)
|
||||||
* [*"binding.gyp" files out in the wild* wiki page](https://github.com/TooTallNate/node-gyp/wiki/%22binding.gyp%22-files-out-in-the-wild)
|
* [*"binding.gyp" files out in the wild* wiki page](https://github.com/nodejs/node-gyp/wiki/%22binding.gyp%22-files-out-in-the-wild)
|
||||||
|
|
||||||
|
|
||||||
Commands
|
Commands
|
||||||
|
|
|
@ -125,7 +125,7 @@ function issueMessage () {
|
||||||
errorMessage()
|
errorMessage()
|
||||||
log.error('', [ 'This is a bug in `node-gyp`.'
|
log.error('', [ 'This is a bug in `node-gyp`.'
|
||||||
, 'Try to update node-gyp and file an Issue if it does not help:'
|
, 'Try to update node-gyp and file an Issue if it does not help:'
|
||||||
, ' <https://github.com/TooTallNate/node-gyp/issues>'
|
, ' <https://github.com/nodejs/node-gyp/issues>'
|
||||||
].join('\n'))
|
].join('\n'))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -142,7 +142,7 @@ function install (gyp, argv, callback) {
|
||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
// The "request" constructor can throw sometimes apparently :(
|
// The "request" constructor can throw sometimes apparently :(
|
||||||
// See: https://github.com/TooTallNate/node-gyp/issues/114
|
// See: https://github.com/nodejs/node-gyp/issues/114
|
||||||
req = request(requestOpts)
|
req = request(requestOpts)
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
cb(e)
|
cb(e)
|
||||||
|
|
|
@ -48,7 +48,7 @@ function Gyp () {
|
||||||
|
|
||||||
// set the dir where node-gyp dev files get installed
|
// set the dir where node-gyp dev files get installed
|
||||||
// TODO: make this *more* configurable?
|
// TODO: make this *more* configurable?
|
||||||
// see: https://github.com/TooTallNate/node-gyp/issues/21
|
// see: https://github.com/nodejs/node-gyp/issues/21
|
||||||
var homeDir = process.env.HOME || process.env.USERPROFILE
|
var homeDir = process.env.HOME || process.env.USERPROFILE
|
||||||
if (!homeDir) {
|
if (!homeDir) {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
|
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/TooTallNate/node-gyp.git"
|
"url": "git://github.com/nodejs/node-gyp.git"
|
||||||
},
|
},
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"bin": "./bin/node-gyp.js",
|
"bin": "./bin/node-gyp.js",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue