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 /CMakeLists.txt | |
parent | 9b74e73ad300404049f476d2a79e5b63f4665fee (diff) | |
download | MultiMC-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.tar MultiMC-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.tar.gz MultiMC-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.tar.lz MultiMC-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.tar.xz MultiMC-0572a1e4e6cd16938f3a05c270d658f3827e8a0b.zip |
NOISSUE use https more widely
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e920708a..29e9e26c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,7 +41,7 @@ set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Werror=return-type") ##################################### Set Application options ##################################### ######## Set URLs ######## -set(MultiMC_NEWS_RSS_URL "http://multimc.org/rss.xml" CACHE STRING "URL to fetch MultiMC's news RSS feed from.") +set(MultiMC_NEWS_RSS_URL "https://multimc.org/rss.xml" CACHE STRING "URL to fetch MultiMC's news RSS feed from.") ######## Set version numbers ######## set(MultiMC_VERSION_MAJOR 0) |