From f1e184eaff5825c2958bf4e3f8273c60d5d40b22 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Thu, 29 Jun 2017 16:48:21 +0100 Subject: Add new nodejs repo The canonical repo has changed. The 'master' branch in the old version contains lots of stuff that's not in the 'master' branch of the new version so I don't think we can just update the existing repo without risking breakage. --- open-source-lorries/node.lorry | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/open-source-lorries/node.lorry b/open-source-lorries/node.lorry index 3a66edd..7c680f7 100644 --- a/open-source-lorries/node.lorry +++ b/open-source-lorries/node.lorry @@ -1,6 +1,10 @@ { - "node": { - "type": "git", - "url": "git://github.com/joyent/node.git" - } + "node": { + "type": "git", + "url": "git://github.com/joyent/node.git" + }, + "node-new": { + "type": "git", + "url": "git://github.com/nodejs/node.git" + } } -- cgit v1.2.1