diff options
author | Jeroen Roovers <jer@gentoo.org> | 2019-10-08 05:04:17 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2019-10-08 05:04:39 +0200 |
commit | b51033018a04c05b276743439655743c97f34360 (patch) | |
tree | 2c1eac4b03963e5dda723f975a94f9527a9b67ba /net-analyzer/arpoison | |
parent | sys-kernel/pf-sources: bump to 5.3-pf3 (diff) | |
download | gentoo-b51033018a04c05b276743439655743c97f34360.tar.gz gentoo-b51033018a04c05b276743439655743c97f34360.tar.bz2 gentoo-b51033018a04c05b276743439655743c97f34360.zip |
net-analyzer/arpoison: Fix SRC_URI
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Fixes: https://bugs.gentoo.org/696910
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/arpoison')
-rw-r--r-- | net-analyzer/arpoison/arpoison-0.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/arpoison/arpoison-0.7.ebuild b/net-analyzer/arpoison/arpoison-0.7.ebuild index 1013922ba19e..49817cdd9dc7 100644 --- a/net-analyzer/arpoison/arpoison-0.7.ebuild +++ b/net-analyzer/arpoison/arpoison-0.7.ebuild @@ -6,7 +6,7 @@ inherit toolchain-funcs DESCRIPTION="A utility to poison ARP caches" HOMEPAGE="http://arpoison.sourceforge.net/ http://www.arpoison.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |