From 51ea13ef713d8a6285476637c918446349f9317d Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 22 Jun 2026 16:15:34 +0100 Subject: [PATCH] chore(package.json): use https for urls Stops these annoying bounty bots popping up Signed-off-by: Frazer Smith --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d608c1b..5219956 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/fastify/pre-commit.git" + "url": "git+https://github.com/fastify/pre-commit.git" }, "bugs": { "url": "https://github.com/fastify/pre-commit/issues"