Skip to content

Commit

Permalink
update patches to //tools/licenses.py
Browse files Browse the repository at this point in the history
  • Loading branch information
hujiajie committed Oct 9, 2017
1 parent 223521f commit 6cdef23
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tools/licenses.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'): {
Expand Down

0 comments on commit 6cdef23

Please sign in to comment.