From 0572a1e4e6cd16938f3a05c270d658f3827e8a0b Mon Sep 17 00:00:00 2001 From: Chris Lane Date: Fri, 2 Nov 2018 12:04:08 +0000 Subject: NOISSUE use https more widely --- application/BuildConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'application/BuildConfig.h') 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; -- cgit