summaryrefslogtreecommitdiff
path: root/win/CMakeLists.txt
diff options
context:
space:
mode:
authorRobby <robby@chatbelgie.be>2019-03-12 15:37:18 +0100
committerPeter Powell <petpow@saberuk.com>2019-03-14 11:02:24 +0000
commitac0d5abaace6521643b213423bf57625abe9dd41 (patch)
treee089b27d6e657ba42f749c1b01bd7a912788d30a /win/CMakeLists.txt
parent62ba7c3917955b27b7967ccde0dc55b947e04782 (diff)
Update most URLs to use HTTPS and fix some dead links.
Diffstat (limited to 'win/CMakeLists.txt')
-rw-r--r--win/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CMakeLists.txt b/win/CMakeLists.txt
index 107102281..be6617b8b 100644
--- a/win/CMakeLists.txt
+++ b/win/CMakeLists.txt
@@ -104,7 +104,7 @@ if(EXISTS "${CMAKE_ROOT}/Modules/CPack.cmake")
set(CPACK_NSIS_MUI_ICON "${INSPIRCD_BASE}/win\\\\inspircd.ico")
set(CPACK_NSIS_MUI_UNIICON "${INSPIRCD_BASE}/win\\\\inspircd.ico")
set(CPACK_NSIS_INSTALLED_ICON_NAME "inspircd.exe")
- set(CPACK_NSIS_URL_INFO_ABOUT "http://www.inspircd.org/")
+ set(CPACK_NSIS_URL_INFO_ABOUT "https://www.inspircd.org")
set(CPACK_NSIS_COMPRESSOR "/SOLID zlib")
include(CPack)