From d456f1cda036aef063c2e3223f88f776072bde8a Mon Sep 17 00:00:00 2001 From: Daniel Hritzkiv Date: Tue, 14 Jan 2020 11:00:55 -0500 Subject: [PATCH] Update package.json (#2074) Change the homepage URL's scheme to https --- packages/pg/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pg/package.json b/packages/pg/package.json index 91e27a887..87e7a1eb1 100644 --- a/packages/pg/package.json +++ b/packages/pg/package.json @@ -11,7 +11,7 @@ "postgresql", "rdbms" ], - "homepage": "http://github.com/brianc/node-postgres", + "homepage": "https://github.com/brianc/node-postgres", "repository": { "type": "git", "url": "git://github.com/brianc/node-postgres.git"