summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Winter <allen.winter@kdab.com>2019-12-14 18:51:59 -0500
committerAllen Winter <allen.winter@kdab.com>2019-12-14 18:56:23 -0500
commitfba3e4a7705bacd48e07667fc199770a645e1be4 (patch)
tree5d32153c1f6cb0ad1f0dd60ca803dd48540919df /CMakeLists.txt
parentb4fb65b481e2be046c4801969c43ad7b641bef37 (diff)
downloadlibical-git-fba3e4a7705bacd48e07667fc199770a645e1be4.tar.gz
various - use https instead of http where we can
Update Eric's email Remove softwarestudio.com which no longer exists as a domain
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2b26fbe1..21626b4d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -121,7 +121,7 @@ set(LIBICAL_LIB_VERSION_STRING
)
set(PROJECT_VERSION "${LIBICAL_LIB_MAJOR_VERSION}.${LIBICAL_LIB_MINOR_VERSION}")
-set(PROJECT_URL "http://libical.github.io/libical/")
+set(PROJECT_URL "https://libical.github.io/libical/")
# library build types
set(LIBRARY_TYPE SHARED)