diff --git a/package/wayland/Config.in b/package/wayland/Config.in index 32718fc2b2..c22d9c7ef5 100644 --- a/package/wayland/Config.in +++ b/package/wayland/Config.in @@ -10,7 +10,7 @@ config BR2_PACKAGE_WAYLAND to talk to its clients as well as a library implementation of the protocol. - http://wayland.freedesktop.org/ + https://wayland.freedesktop.org/ comment "wayland needs a toolchain w/ threads, dynamic library" depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS diff --git a/package/wayland/wayland.mk b/package/wayland/wayland.mk index a3031bafa8..1b19272715 100644 --- a/package/wayland/wayland.mk +++ b/package/wayland/wayland.mk @@ -5,7 +5,7 @@ ################################################################################ WAYLAND_VERSION = 1.18.0 -WAYLAND_SITE = http://wayland.freedesktop.org/releases +WAYLAND_SITE = https://wayland.freedesktop.org/releases WAYLAND_SOURCE = wayland-$(WAYLAND_VERSION).tar.xz WAYLAND_LICENSE = MIT WAYLAND_LICENSE_FILES = COPYING