summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-01-13 11:05:43 +0100
committerDavid Seifert <soap@gentoo.org>2020-01-13 11:05:43 +0100
commit63bb0e291bbd592a42bed4bfe671928931be6e57 (patch)
tree723c6b0241efdd4602541b79a379839a079d111f
parentsys-apps/usbmon: [QA] Fix HomepageInSrcUri (diff)
downloadgentoo-63bb0e291bbd592a42bed4bfe671928931be6e57.tar.gz
gentoo-63bb0e291bbd592a42bed4bfe671928931be6e57.tar.bz2
gentoo-63bb0e291bbd592a42bed4bfe671928931be6e57.zip
sys-apps/xinetd: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
-rw-r--r--sys-apps/xinetd/xinetd-2.3.15.3.ebuild2
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"