diff --git a/tools/licenses.py b/tools/licenses.py index 3ed1ea376278d..44230560694d6 100755 --- a/tools/licenses.py +++ b/tools/licenses.py @@ -127,12 +127,12 @@ SPECIAL_CASES = { os.path.join('content', 'nw'): { "Name": "NW.js", - "URL": "http://nwjs.io", + "URL": "https://nwjs.io", "License": "MIT", }, - os.path.join('third_party', 'node'): { - "Name": "IO.js", - "URL": "https://iojs.org", + os.path.join('third_party', 'node-nw'): { + "Name": "Node.js", + "URL": "https://nodejs.org", "License": "MIT", }, os.path.join('native_client'): {