commit: c50b60935f46d18e570e284c111f4b23d77579da Author: Marco Scardovi (scardracs) <mscardovi <AT> icloud <DOT> com> AuthorDate: Thu Nov 17 11:28:19 2022 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Thu Nov 17 12:36:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c50b6093
sys-fs/genfstab: fix the download link & homepage Signed-off-by: Marco Scardovi (scardracs) <mscardovi <AT> icloud.com> Closes: https://github.com/gentoo/gentoo/pull/28309 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> sys-fs/genfstab/genfstab-24.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/genfstab/genfstab-24.ebuild b/sys-fs/genfstab/genfstab-24.ebuild index 2981f73bb2c5..a3a79dc071e4 100644 --- a/sys-fs/genfstab/genfstab-24.ebuild +++ b/sys-fs/genfstab/genfstab-24.ebuild @@ -4,8 +4,8 @@ EAPI=7 DESCRIPTION="Genfstab - generate output suitable for addition to an fstab file" -HOMEPAGE="https://github.com/mscardovi/genfstab https://man.archlinux.org/man/genfstab.8" -SRC_URI="https://github.com/mscardovi/genfstab/releases/download/${PV}/${P}.tar.gz" +HOMEPAGE="https://github.com/scardracs/genfstab https://man.archlinux.org/man/genfstab.8" +SRC_URI="https://github.com/scardracs/genfstab/releases/download/${PV}/${P}.tar.gz" S="${WORKDIR}" LICENSE="GPL-2"
