diff options
author | Chris Lane <chris@chrislane.com> | 2018-11-02 12:04:08 +0000 |
---|---|---|
committer | Chris Lane <chris@chrislane.com> | 2018-11-02 12:04:08 +0000 |
commit | 0572a1e4e6cd16938f3a05c270d658f3827e8a0b (patch) | |
tree | 738e468960db01f8e614556a296d2b3b5c35458f /application/BuildConfig.h | |
parent | 9b74e73ad300404049f476d2a79e5b63f4665fee (diff) | |
download | PrismLauncher-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.tar.gz PrismLauncher-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.tar.bz2 PrismLauncher-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.zip |
NOISSUE use https more widely
Diffstat (limited to 'application/BuildConfig.h')
-rw-r--r-- | application/BuildConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/BuildConfig.h b/application/BuildConfig.h index 05fff490..77c42dd4 100644 --- a/application/BuildConfig.h +++ b/application/BuildConfig.h @@ -51,7 +51,7 @@ public: /** * This is used to fetch the news RSS feed. - * It defaults in CMakeLists.txt to "http://multimc.org/rss.xml" + * It defaults in CMakeLists.txt to "https://multimc.org/rss.xml" */ QString NEWS_RSS_URL; |