From: Lars Wendler Date: Wed, 31 Jul 2019 22:08:44 +0000 (+0200) Subject: sys-fs/e2tools: Fixed HOMEPAGE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=97547e54cf2db4a374ab334f13045a6a791b7785;p=gentoo.git sys-fs/e2tools: Fixed HOMEPAGE Thanks-to: Daniel M. Weeks Closes: https://bugs.gentoo.org/691194 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Lars Wendler --- diff --git a/sys-fs/e2tools/e2tools-0.0.16.4.ebuild b/sys-fs/e2tools/e2tools-0.0.16.4.ebuild index e869d21197a5..538223db686f 100644 --- a/sys-fs/e2tools/e2tools-0.0.16.4.ebuild +++ b/sys-fs/e2tools/e2tools-0.0.16.4.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit autotools toolchain-funcs DESCRIPTION="utilities to read, write, and manipulate files in an ext2/ext3 filesystem" -HOMEPAGE="http://home.earthlink.net/~k_sheff/sw/e2tools/" +HOMEPAGE="https://github.com/ndim/e2tools" SRC_URI="https://github.com/ndim/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2"