summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wendler <polynomial-c@gentoo.org>2019-08-01 00:08:44 +0200
committerLars Wendler <polynomial-c@gentoo.org>2019-08-01 00:08:44 +0200
commit97547e54cf2db4a374ab334f13045a6a791b7785 (patch)
tree2d679398311ab15533ec15bd4ce5e3696129e55f /sys-fs/e2tools
parentsys-fs/e2tools: Removed old (diff)
downloadgentoo-97547e54cf2db4a374ab334f13045a6a791b7785.tar.gz
gentoo-97547e54cf2db4a374ab334f13045a6a791b7785.tar.bz2
gentoo-97547e54cf2db4a374ab334f13045a6a791b7785.zip
sys-fs/e2tools: Fixed HOMEPAGE
Thanks-to: Daniel M. Weeks <dan@danweeks.net> Closes: https://bugs.gentoo.org/691194 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'sys-fs/e2tools')
-rw-r--r--sys-fs/e2tools/e2tools-0.0.16.4.ebuild2
1 files changed, 1 insertions, 1 deletions
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"