From 5fcf5f6135805564d6e4bdb91dff7528a26ffb9a Mon Sep 17 00:00:00 2001 From: Richard Hansen Date: Fri, 27 Nov 2020 14:55:51 -0500 Subject: [PATCH] checkPlugin.js: Use https, not http, for Etherpad URL --- bin/plugins/checkPlugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/plugins/checkPlugin.js b/bin/plugins/checkPlugin.js index 692a852e6..8ef2e9f13 100755 --- a/bin/plugins/checkPlugin.js +++ b/bin/plugins/checkPlugin.js @@ -120,7 +120,7 @@ fs.readdir(pluginPath, (err, rootFiles) => { updatedPackageJSON = true; parsedPackageJSON.funding = { type: 'individual', - url: 'http://etherpad.org/', + url: 'https://etherpad.org/', }; } if (updatedPackageJSON) {