mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Fix RapidJSON link not being https (#4113)
This commit is contained in:
parent
84a6e724fa
commit
f0ad606d7a
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ AboutPage::AboutPage()
|
|||
":/licenses/libcommuni_BSD3.txt");
|
||||
addLicense(form.getElement(), "OpenSSL", "https://www.openssl.org/",
|
||||
":/licenses/openssl.txt");
|
||||
addLicense(form.getElement(), "RapidJson", "http://rapidjson.org/",
|
||||
addLicense(form.getElement(), "RapidJson", "https://rapidjson.org/",
|
||||
":/licenses/rapidjson.txt");
|
||||
addLicense(form.getElement(), "Pajlada/Settings",
|
||||
"https://github.com/pajlada/settings",
|
||||
|
|
Loading…
Reference in a new issue