aboutsummaryrefslogtreecommitdiff
path: root/find-modules/FindIcoTool.cmake
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2019-01-09 05:32:17 +0100
committerFriedrich W. H. Kossebau <kossebau@kde.org>2019-01-09 05:32:17 +0100
commit1e9e1c508e177b6466282dfad273cf6cfcdf5c76 (patch)
tree49da1bbe094179ab57190f99340a5c67c5c6f4b3 /find-modules/FindIcoTool.cmake
parentefdca205db4b230b068da480267e665e28b48423 (diff)
downloadextra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.gz
extra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.bz2
Use more https in links
Diffstat (limited to 'find-modules/FindIcoTool.cmake')
-rw-r--r--find-modules/FindIcoTool.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/find-modules/FindIcoTool.cmake b/find-modules/FindIcoTool.cmake
index 90d04428..a934d4ca 100644
--- a/find-modules/FindIcoTool.cmake
+++ b/find-modules/FindIcoTool.cmake
@@ -75,6 +75,6 @@ endif()
include(FeatureSummary)
set_package_properties(IcoTool PROPERTIES
- URL "http://www.nongnu.org/icoutils/"
+ URL "https://www.nongnu.org/icoutils/"
DESCRIPTION "Executable that converts a collection of PNG files into a Windows icon file"
)