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 /find-modules/FindWayland.cmake | |
parent | efdca205db4b230b068da480267e665e28b48423 (diff) | |
download | extra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.gz extra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.bz2 |
Use more https in links
Diffstat (limited to 'find-modules/FindWayland.cmake')
-rw-r--r-- | find-modules/FindWayland.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/find-modules/FindWayland.cmake b/find-modules/FindWayland.cmake index 233cc88d..3c0059ac 100644 --- a/find-modules/FindWayland.cmake +++ b/find-modules/FindWayland.cmake @@ -138,6 +138,6 @@ find_package_handle_standard_args(Wayland include(FeatureSummary) set_package_properties(Wayland PROPERTIES - URL "http://wayland.freedesktop.org" + URL "https://wayland.freedesktop.org/" DESCRIPTION "C library implementation of the Wayland protocol: a protocol for a compositor to talk to its clients" ) |