diff options
| author | Yuri Chornoivan <[email protected]> | 2019-11-16 18:53:28 +0200 |
|---|---|---|
| committer | Yuri Chornoivan <[email protected]> | 2019-11-16 18:53:28 +0200 |
| commit | 808339bff654785d564d6c7d077062f6c649ff77 (patch) | |
| tree | 170bed0f53903ccb5cc346b581efac50bfeb03a7 /CMakeLists.txt | |
| parent | 83dc0afe4670a31656bd05604fe26ab407b3af8e (diff) | |
Use URLs with transport encryption
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d13dfedd..33cb98b1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ find_package(KF5 ${KF5_MIN_VERSION} OPTIONAL_COMPONENTS Activities ) set_package_properties(KF5Activities PROPERTIES DESCRIPTION "KActivities libraries" - URL "http://www.kde.org" + URL "https://www.kde.org" TYPE OPTIONAL PURPOSE "For tracking which folders are frequently accessed on a Plasma desktop" ) @@ -79,14 +79,14 @@ find_package(Phonon4Qt5 CONFIG REQUIRED) find_package(KF5Baloo ${KF5_MIN_VERSION}) set_package_properties(KF5Baloo PROPERTIES DESCRIPTION "Baloo Core libraries" - URL "http://www.kde.org" + URL "https://www.kde.org" TYPE OPTIONAL PURPOSE "For adding desktop-wide search and tagging support to dolphin" ) find_package(KF5BalooWidgets 19.07.70) set_package_properties(KF5BalooWidgets PROPERTIES DESCRIPTION "Baloos Widgets" - URL "http://www.kde.org" + URL "https://www.kde.org" TYPE OPTIONAL ) |
