From: Michał Górny Date: Mon, 16 Dec 2019 09:40:46 +0000 (+0100) Subject: net-libs/ntirpc: [QA] Fix HomepageInSrcUri X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e43ed6944cfa8359da5881afe41c1a47ed0606e3;p=gentoo.git net-libs/ntirpc: [QA] Fix HomepageInSrcUri Signed-off-by: Michał Górny --- diff --git a/net-libs/ntirpc/ntirpc-3.0.ebuild b/net-libs/ntirpc/ntirpc-3.0.ebuild index f492c2991f56..660a94304bdd 100644 --- a/net-libs/ntirpc/ntirpc-3.0.ebuild +++ b/net-libs/ntirpc/ntirpc-3.0.ebuild @@ -7,7 +7,7 @@ inherit cmake-multilib DESCRIPTION="Transport Independent RPC library for nfs-ganesha" HOMEPAGE="https://github.com/nfs-ganesha/ntirpc" -SRC_URI="${HOMEPAGE}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/nfs-ganesha/ntirpc/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0"