From e74896c98d39e9836b003da05e56e60a28f8b11b Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 25 Jan 2024 12:41:30 +0000 Subject: [PATCH] chore(package): fix repository url (#32) Signed-off-by: Frazer Smith --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c74772d..c951e68 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/fastify/one-line-logger.git" + "url": "git+https://github.com/fastify/one-line-logger.git" }, "keywords": [ "fastify",