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 /tests | |
parent | efdca205db4b230b068da480267e665e28b48423 (diff) | |
download | extra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.gz extra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.bz2 |
Use more https in links
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 6 | ||||
-rw-r--r-- | tests/KDEPackageAppTemplatesTest/qml-plasmoid/package/metadata.desktop | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 864ce3a3..9df03eb9 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -36,7 +36,7 @@ find_package(Qt5LinguistTools CONFIG) set_package_properties( Qt5LinguistTools PROPERTIES - URL "http://www.qt.io/" + URL "https://www.qt.io/" DESCRIPTION "Qt5 linguist tools." TYPE OPTIONAL PURPOSE "Required to run tests for the ECMPoQmTools module." @@ -46,7 +46,7 @@ find_package(Qt5Core CONFIG) set_package_properties( Qt5Core PROPERTIES - URL "http://www.qt.io/" + URL "https://www.qt.io/" DESCRIPTION "Qt5 core library." TYPE OPTIONAL PURPOSE "Required to run tests for the ECMQtDeclareLoggingCategory module, and for some tests of the KDEInstallDirs module." @@ -213,7 +213,7 @@ find_package(Qt5Quick CONFIG) set_package_properties( Qt5Quick PROPERTIES - URL "http://www.qt.io/" + URL "https://www.qt.io/" DESCRIPTION "Qt5 Quick library." TYPE OPTIONAL PURPOSE "Required to run tests for the ECMQMLModules module." diff --git a/tests/KDEPackageAppTemplatesTest/qml-plasmoid/package/metadata.desktop b/tests/KDEPackageAppTemplatesTest/qml-plasmoid/package/metadata.desktop index 5fcd677c..3a1ec230 100644 --- a/tests/KDEPackageAppTemplatesTest/qml-plasmoid/package/metadata.desktop +++ b/tests/KDEPackageAppTemplatesTest/qml-plasmoid/package/metadata.desktop @@ -53,7 +53,7 @@ X-KDE-PluginInfo-Author=%{AUTHOR} X-KDE-PluginInfo-Email=%{EMAIL} X-KDE-PluginInfo-Name=%{APPNAMELC} X-KDE-PluginInfo-Version=1.0 -X-KDE-PluginInfo-Website=http://plasma.kde.org/ +X-KDE-PluginInfo-Website=https://plasma.kde.org/ X-KDE-PluginInfo-Category=Utilities X-KDE-PluginInfo-Depends= X-KDE-PluginInfo-License=GPL |