diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-07-15 10:08:38 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-07-15 10:09:16 -0500 |
commit | e227d3b91014b88bd8ed13669a1e15ee6e0fb34c (patch) | |
tree | 49ba2b950d293bc7b53052b2ccd4d37849c9fd3e /sys-block/tgt | |
parent | sys-libs/libapparmor: Stabilize 3.0.10 arm64, #909207 (diff) | |
download | gentoo-e227d3b91014b88bd8ed13669a1e15ee6e0fb34c.tar.gz gentoo-e227d3b91014b88bd8ed13669a1e15ee6e0fb34c.tar.bz2 gentoo-e227d3b91014b88bd8ed13669a1e15ee6e0fb34c.zip |
sys-block/tgt: update HOMEPAGE
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'sys-block/tgt')
-rw-r--r-- | sys-block/tgt/tgt-1.0.86.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-block/tgt/tgt-1.0.86.ebuild b/sys-block/tgt/tgt-1.0.86.ebuild index e2b6a07d8cfb..32b714b14d91 100644 --- a/sys-block/tgt/tgt-1.0.86.ebuild +++ b/sys-block/tgt/tgt-1.0.86.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit toolchain-funcs systemd DESCRIPTION="Linux SCSI target framework (tgt)" -HOMEPAGE="http://stgt.sourceforge.net" +HOMEPAGE="https://github.com/fujita/tgt" SRC_URI="https://github.com/fujita/tgt/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" |