From 92c69cffb65711deef6be93c8b3678de1c22bb67 Mon Sep 17 00:00:00 2001 From: Soengkit Date: Mon, 22 Jun 2026 12:39:08 +0800 Subject: [PATCH] Use HTTPS package metadata URLs --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 07782a3..2264909 100644 --- a/package.json +++ b/package.json @@ -23,10 +23,10 @@ ], "repository": { "type": "git", - "url": "http://github.com/cfsghost/passport-github.git" + "url": "git+https://github.com/cfsghost/passport-github.git" }, "bugs": { - "url": "http://github.com/cfsghost/passport-github/issues" + "url": "https://github.com/cfsghost/passport-github/issues" }, "licenses": [ {