From bd5098b36369dc0118bd3c4f2cb2c5fac80dd4f3 Mon Sep 17 00:00:00 2001 From: 123xiaode456-boop <123xiaode456@gmail.com> Date: Sat, 20 Jun 2026 20:07:58 +0800 Subject: [PATCH] Fix public repository metadata URL --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a709b01..3d95985 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "homepage": "https://github.com/repo-utils/giturl", "repository": { "type": "git", - "url": "git://github.com/repo-utils/giturl.git" + "url": "git+https://github.com/repo-utils/giturl.git" }, "bugs": { "url": "https://github.com/repo-utils/giturl/issues"