aboutsummaryrefslogtreecommitdiff
path: root/CPackConfig.cmake
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2019-11-01 16:01:33 +0100
committerAndreas Schneider <asn@cryptomilk.org>2019-12-09 16:08:03 +0100
commit1fa1a467ed2365569665e1177aa4285dc294c9b8 (patch)
treed9189a235c84696ffe7cbc853615e08165e05ef6 /CPackConfig.cmake
parent606a97c4d6baff27f6571562173ab2f79c7775eb (diff)
downloadlibssh-1fa1a467ed2365569665e1177aa4285dc294c9b8.tar.gz
libssh-1fa1a467ed2365569665e1177aa4285dc294c9b8.tar.xz
libssh-1fa1a467ed2365569665e1177aa4285dc294c9b8.zip
doc: Use https where possible
Related to T196 Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
Diffstat (limited to 'CPackConfig.cmake')
-rw-r--r--CPackConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPackConfig.cmake b/CPackConfig.cmake
index 90065139..692195e2 100644
--- a/CPackConfig.cmake
+++ b/CPackConfig.cmake
@@ -23,7 +23,7 @@ if (WIN32)
set(CPACK_GENERATOR "${CPACK_GENERATOR};NSIS")
set(CPACK_NSIS_DISPLAY_NAME "The SSH Library")
set(CPACK_NSIS_COMPRESSOR "/SOLID zlib")
- set(CPACK_NSIS_MENU_LINKS "http://www.libssh.org/" "libssh homepage")
+ set(CPACK_NSIS_MENU_LINKS "https://www.libssh.org/" "libssh homepage")
endif (NSIS_MAKE)
endif (WIN32)