diff options
Diffstat (limited to 'dev-libs/weston/weston-1.7.0.ebuild')
-rw-r--r-- | dev-libs/weston/weston-1.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/weston/weston-1.7.0.ebuild b/dev-libs/weston/weston-1.7.0.ebuild index 06fe4daef0f9..a9207d284b11 100644 --- a/dev-libs/weston/weston-1.7.0.ebuild +++ b/dev-libs/weston/weston-1.7.0.ebuild @@ -15,12 +15,12 @@ RESTRICT="test" inherit autotools readme.gentoo toolchain-funcs virtualx $GIT_ECLASS DESCRIPTION="Wayland reference compositor" -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 CC-BY-SA-3.0" |