mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
checkPlugin.js: Use https, not http, for Etherpad URL
This commit is contained in:
parent
aa41b0920c
commit
5fcf5f6135
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue