diff options
author | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-01-09 05:32:17 +0100 |
---|---|---|
committer | Friedrich W. H. Kossebau <kossebau@kde.org> | 2019-01-09 05:32:17 +0100 |
commit | 1e9e1c508e177b6466282dfad273cf6cfcdf5c76 (patch) | |
tree | 49da1bbe094179ab57190f99340a5c67c5c6f4b3 /docs/CMakeLists.txt | |
parent | efdca205db4b230b068da480267e665e28b48423 (diff) | |
download | extra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.gz extra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.bz2 |
Use more https in links
Diffstat (limited to 'docs/CMakeLists.txt')
-rw-r--r-- | docs/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index 0f96ce52..28a816ae 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -42,7 +42,7 @@ find_package(QCollectionGenerator MODULE) set_package_properties( QCollectionGenerator PROPERTIES - URL "http://www.qt.io/" + URL "https://www.qt.io/" DESCRIPTION "Qt help collection generator." TYPE OPTIONAL PURPOSE "Required to build Extra CMake Modules documentation in Qt Help format." |