From 01ec5d81327fdead40531f2f9fdc34801cb609fe Mon Sep 17 00:00:00 2001 From: Susam Pal Date: Thu, 15 Apr 2021 11:42:02 +0530 Subject: [PATCH] Use HTTPS URLs for GitHub links in package.json --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index da437a6..b4324fa 100644 --- a/package.json +++ b/package.json @@ -13,8 +13,8 @@ "stylesheet", "browser" ], - "homepage": "http://github.com/susam/spcss", - "bugs": "http://github.com/susam/spcss/issues", + "homepage": "https://github.com/susam/spcss", + "bugs": "https://github.com/susam/spcss/issues", "license": "MIT", "author": "Susam Pal (https://susam.in/)", "repository": "github:susam/spcss",