checkPlugin.js: Use https, not http, for Etherpad URL

This commit is contained in:
Richard Hansen 2020-11-27 14:55:51 -05:00
parent aa41b0920c
commit 5fcf5f6135

View file

@ -120,7 +120,7 @@ fs.readdir(pluginPath, (err, rootFiles) => {
updatedPackageJSON = true; updatedPackageJSON = true;
parsedPackageJSON.funding = { parsedPackageJSON.funding = {
type: 'individual', type: 'individual',
url: 'http://etherpad.org/', url: 'https://etherpad.org/',
}; };
} }
if (updatedPackageJSON) { if (updatedPackageJSON) {