diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:05:43 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:05:43 +0100 |
commit | 63bb0e291bbd592a42bed4bfe671928931be6e57 (patch) | |
tree | 723c6b0241efdd4602541b79a379839a079d111f /sys-apps/xinetd | |
parent | sys-apps/usbmon: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-63bb0e291bbd592a42bed4bfe671928931be6e57.tar.gz gentoo-63bb0e291bbd592a42bed4bfe671928931be6e57.tar.bz2 gentoo-63bb0e291bbd592a42bed4bfe671928931be6e57.zip |
sys-apps/xinetd: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sys-apps/xinetd')
-rw-r--r-- | sys-apps/xinetd/xinetd-2.3.15.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/xinetd/xinetd-2.3.15.3.ebuild b/sys-apps/xinetd/xinetd-2.3.15.3.ebuild index ccc6459905d9..6206114a75ab 100644 --- a/sys-apps/xinetd/xinetd-2.3.15.3.ebuild +++ b/sys-apps/xinetd/xinetd-2.3.15.3.ebuild @@ -6,7 +6,7 @@ inherit flag-o-matic systemd toolchain-funcs DESCRIPTION="powerful replacement for inetd" HOMEPAGE="https://github.com/openSUSE/xinetd" -SRC_URI="${HOMEPAGE}/releases/download/${PV}/${P}.tar.xz" +SRC_URI="https://github.com/openSUSE/xinetd/releases/download/${PV}/${P}.tar.xz" LICENSE="BSD" SLOT="0" |