diff options
author | charIes17 <charles17@arcor.de> | 2017-08-05 19:08:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-08-06 12:49:19 +0200 |
commit | 5be52b47fbece23a9a7d44763ae64e722f955725 (patch) | |
tree | 4703c90bb42e43b58dcd9d8fe2fcbaaa29b84850 /sys-boot/elilo/elilo-3.16.ebuild | |
parent | sys-libs/libstdc++-v3: Remove old (diff) | |
download | gentoo-5be52b47fbece23a9a7d44763ae64e722f955725.tar.gz gentoo-5be52b47fbece23a9a7d44763ae64e722f955725.tar.bz2 gentoo-5be52b47fbece23a9a7d44763ae64e722f955725.zip |
sys-boot/elilo: https for HOMEPAGE
Closes: https://github.com/gentoo/gentoo/pull/5308
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'sys-boot/elilo/elilo-3.16.ebuild')
-rw-r--r-- | sys-boot/elilo/elilo-3.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/elilo/elilo-3.16.ebuild b/sys-boot/elilo/elilo-3.16.ebuild index 893dec3d5912..7f215a841415 100644 --- a/sys-boot/elilo/elilo-3.16.ebuild +++ b/sys-boot/elilo/elilo-3.16.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,7 +6,7 @@ EAPI="5" inherit toolchain-funcs eutils multilib DESCRIPTION="Linux boot loader for EFI-based systems such as IA-64" -HOMEPAGE="http://elilo.sourceforge.net/" +HOMEPAGE="https://sourceforge.net/projects/elilo/" SRC_URI="mirror://sourceforge/elilo/${P}-all.tar.gz mirror://debian/pool/main/e/elilo/elilo_3.14-3.debian.tar.gz" |