From a34d6a2624dce7da0ca228f68e48d22db2913125 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 25 Jan 2024 12:43:02 +0000 Subject: [PATCH] chore(package): fix repository url (#429) Signed-off-by: Frazer Smith --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c679546..c9da255 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/fastify/fastify-static.git" + "url": "git+https://github.com/fastify/fastify-static.git" }, "keywords": [ "fastify",