From 0b8d4fefd0bf673f8fc5ff0a2fd0654b967d4936 Mon Sep 17 00:00:00 2001 From: Michael Scovetta Date: Wed, 24 Aug 2022 13:00:30 -0700 Subject: [PATCH] (Minor) Update http links to https in package.json This PR updates two http links to https. Both would have redirected anyway. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5820cad..e34c724 100644 --- a/package.json +++ b/package.json @@ -7,11 +7,11 @@ "contributors": [ "David Fox-Powell (https://dtothefp.github.io/me)", "James (https://twitter.com/aretecode)", - "Jon Schlinkert (http://twitter.com/jonschlinkert)", + "Jon Schlinkert (https://twitter.com/jonschlinkert)", "Ken Sheedlo (kensheedlo.com)", "laggingreflex (https://github.com/laggingreflex)", "Miguel Mota (https://miguelmota.com)", - "Peter deHaan (http://about.me/peterdehaan)", + "Peter deHaan (https://about.me/peterdehaan)", "tunnckoCore (https://i.am.charlike.online)" ], "repository": "jonschlinkert/kind-of",