From: David Seifert Date: Mon, 13 Jan 2020 10:03:06 +0000 (+0100) Subject: net-analyzer/slurm: [QA] Fix HomepageInSrcUri X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8b057be2a17523d0bd797d928a3dbe4596df8e38;p=gentoo.git net-analyzer/slurm: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert --- diff --git a/net-analyzer/slurm/slurm-0.4.3.ebuild b/net-analyzer/slurm/slurm-0.4.3.ebuild index 91c9d7933c20..b801e7422f1b 100644 --- a/net-analyzer/slurm/slurm-0.4.3.ebuild +++ b/net-analyzer/slurm/slurm-0.4.3.ebuild @@ -6,7 +6,7 @@ inherit cmake-utils DESCRIPTION="Realtime network interface monitor based on FreeBSD's pppstatus" HOMEPAGE="https://github.com/mattthias/slurm" -SRC_URI="${HOMEPAGE}/archive/upstream/${PN}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/mattthias/slurm/archive/upstream/${PN}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0"