From 1e9e1c508e177b6466282dfad273cf6cfcdf5c76 Mon Sep 17 00:00:00 2001 From: "Friedrich W. H. Kossebau" Date: Wed, 9 Jan 2019 05:32:17 +0100 Subject: Use more https in links --- find-modules/FindWayland.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'find-modules/FindWayland.cmake') 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" ) -- cgit v1.2.1