diff options
Diffstat (limited to 'sys-boot/plymouth/plymouth-0.9.0.ebuild')
-rw-r--r-- | sys-boot/plymouth/plymouth-0.9.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/plymouth/plymouth-0.9.0.ebuild b/sys-boot/plymouth/plymouth-0.9.0.ebuild index 349c10433e0..131b6391c07 100644 --- a/sys-boot/plymouth/plymouth-0.9.0.ebuild +++ b/sys-boot/plymouth/plymouth-0.9.0.ebuild @@ -12,13 +12,13 @@ if [[ ${PV} == 9999 ]]; then AUTOTOOLS_AUTORECONF="1" inherit git-r3 else - SRC_URI="${SRC_URI} http://www.freedesktop.org/software/plymouth/releases/${P}.tar.bz2" + SRC_URI="${SRC_URI} https://www.freedesktop.org/software/plymouth/releases/${P}.tar.bz2" fi inherit autotools-utils readme.gentoo systemd toolchain-funcs DESCRIPTION="Graphical boot animation (splash) and logger" -HOMEPAGE="http://cgit.freedesktop.org/plymouth/" +HOMEPAGE="https://cgit.freedesktop.org/plymouth/" LICENSE="GPL-2" SLOT="0" |