From 59e820de2b8d51ceeab42acdb675f767d91cafcf Mon Sep 17 00:00:00 2001 From: Brian Bennett Date: Tue, 2 Nov 2021 09:19:46 -0700 Subject: [PATCH] TOOLS-2525 Everything needs to stop cloning with git:// URLs --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0387f58..ffd09a7 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "./lib/verror.js", "repository": { "type": "git", - "url": "git://github.com/joyent/node-verror.git" + "url": "https://github.com/joyent/node-verror.git" }, "dependencies": { "assert-plus": "^1.0.0",