diff options
author | David Seifert <soap@gentoo.org> | 2020-01-13 11:03:06 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-01-13 11:03:06 +0100 |
commit | 8b057be2a17523d0bd797d928a3dbe4596df8e38 (patch) | |
tree | 0db3c1bef4fbf3137c74780abcb279b732ca46b8 /net-analyzer | |
parent | net-analyzer/siphon: [QA] Fix HomepageInSrcUri (diff) | |
download | gentoo-8b057be2a17523d0bd797d928a3dbe4596df8e38.tar.gz gentoo-8b057be2a17523d0bd797d928a3dbe4596df8e38.tar.bz2 gentoo-8b057be2a17523d0bd797d928a3dbe4596df8e38.zip |
net-analyzer/slurm: [QA] Fix HomepageInSrcUri
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/slurm/slurm-0.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |