From 71a717ae80cc5993178a34675bf3464ea44b708a Mon Sep 17 00:00:00 2001 From: Holly Date: Fri, 19 Jan 2024 10:37:13 +0000 Subject: [PATCH] fix repo url in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 04ee367..517ebe6 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ }, "repository": { "type": "git", - "url": "git+https://git.eusv.net/tgpholly/bufferStuff.git" + "url": "https://git.eusv.net/tgpholly/bufferStuff.git" }, "keywords": [], "author": "tgpholly",