diff options
Diffstat (limited to 'sys-boot/plymouth/plymouth-0.9.2.ebuild')
-rw-r--r-- | sys-boot/plymouth/plymouth-0.9.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/plymouth/plymouth-0.9.2.ebuild b/sys-boot/plymouth/plymouth-0.9.2.ebuild index 8d9c8933d3b..7d8dcd566cf 100644 --- a/sys-boot/plymouth/plymouth-0.9.2.ebuild +++ b/sys-boot/plymouth/plymouth-0.9.2.ebuild @@ -12,13 +12,13 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="git://anongit.freedesktop.org/plymouth" 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" |