Skip to content

Commit f2fbe80

Browse files
committed
update patches to //tools/licenses.py
1 parent 498e6d7 commit f2fbe80

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tools/licenses.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,12 @@
127127
SPECIAL_CASES = {
128128
os.path.join('content', 'nw'): {
129129
"Name": "NW.js",
130-
"URL": "http://nwjs.io",
130+
"URL": "https://nwjs.io",
131131
"License": "MIT",
132132
},
133-
os.path.join('third_party', 'node'): {
134-
"Name": "IO.js",
135-
"URL": "https://iojs.org",
133+
os.path.join('third_party', 'node-nw'): {
134+
"Name": "Node.js",
135+
"URL": "https://nodejs.org",
136136
"License": "MIT",
137137
},
138138
os.path.join('native_client'): {

0 commit comments

Comments
 (0)