diff options
author | Mike Gilbert <floppym@gentoo.org> | 2022-05-10 14:49:54 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2022-05-10 14:50:13 -0400 |
commit | 232fa14f3af9b9acb77905eeb063ab9dad5de636 (patch) | |
tree | 725d7d2c99434fc44ef17e26dd4fd938df39b097 /sys-fs/genfstab | |
parent | dev-python/regex: Enable py3.11 (diff) | |
download | gentoo-232fa14f3af9b9acb77905eeb063ab9dad5de636.tar.gz gentoo-232fa14f3af9b9acb77905eeb063ab9dad5de636.tar.bz2 gentoo-232fa14f3af9b9acb77905eeb063ab9dad5de636.zip |
sys-fs/genfstab: update HOMEPAGE, SRC_URI
Closes: https://bugs.gentoo.org/843452
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-fs/genfstab')
-rw-r--r-- | sys-fs/genfstab/genfstab-24.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/genfstab/genfstab-24.ebuild b/sys-fs/genfstab/genfstab-24.ebuild index b0dcb0a50058..2981f73bb2c5 100644 --- a/sys-fs/genfstab/genfstab-24.ebuild +++ b/sys-fs/genfstab/genfstab-24.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="Genfstab - generate output suitable for addition to an fstab file" -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" +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" S="${WORKDIR}" LICENSE="GPL-2" |