mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-02-01 03:12:42 +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;
|
updatedPackageJSON = true;
|
||||||
parsedPackageJSON.funding = {
|
parsedPackageJSON.funding = {
|
||||||
type: 'individual',
|
type: 'individual',
|
||||||
url: 'http://etherpad.org/',
|
url: 'https://etherpad.org/',
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
if (updatedPackageJSON) {
|
if (updatedPackageJSON) {
|
||||||
|
|
Loading…
Reference in a new issue