change URL to https

This commit is contained in:
Bart Butler 2017-04-25 14:09:31 +02:00
parent dc04af4a63
commit ddf6eb5783

View File

@ -48,7 +48,7 @@ export default {
show_version: true, show_version: true,
show_comment: true, show_comment: true,
versionstring: "OpenPGP.js VERSION", versionstring: "OpenPGP.js VERSION",
commentstring: "http://openpgpjs.org", commentstring: "https://openpgpjs.org",
keyserver: "https://keyserver.ubuntu.com", keyserver: "https://keyserver.ubuntu.com",
node_store: './openpgp.store' node_store: './openpgp.store'
}; };