From 5b488e4c6f30c76f421d03302ce61fc1cae27b3e Mon Sep 17 00:00:00 2001 From: D'Angelo Rodriguez <70290504+dangelo352@users.noreply.github.com> Date: Mon, 22 Jun 2026 04:33:16 -0400 Subject: [PATCH] Fix repository URL protocol --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6fc7f0..da0553d 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/node-modules/agentkeepalive.git" + "url": "https://github.com/node-modules/agentkeepalive.git" }, "bugs": { "url": "https://github.com/node-modules/agentkeepalive/issues"