diff options
Diffstat (limited to 'dev-libs/wayland/wayland-1.8.1.ebuild')
-rw-r--r-- | dev-libs/wayland/wayland-1.8.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/wayland/wayland-1.8.1.ebuild b/dev-libs/wayland/wayland-1.8.1.ebuild index ebfe2830bd6..a2d62f2e098 100644 --- a/dev-libs/wayland/wayland-1.8.1.ebuild +++ b/dev-libs/wayland/wayland-1.8.1.ebuild @@ -14,12 +14,12 @@ fi inherit autotools-multilib toolchain-funcs $GIT_ECLASS DESCRIPTION="Wayland protocol libraries" -HOMEPAGE="http://wayland.freedesktop.org/" +HOMEPAGE="https://wayland.freedesktop.org/" if [[ ${PV} == 9999* ]]; then SRC_URI="${SRC_PATCHES}" else - SRC_URI="http://wayland.freedesktop.org/releases/${P}.tar.xz" + SRC_URI="https://wayland.freedesktop.org/releases/${P}.tar.xz" fi LICENSE="MIT" |