commit: 3d030cc3f941305e13a5f7318e17fd8412d608c8 Author: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> AuthorDate: Wed Mar 18 22:14:24 2020 +0000 Commit: Marc Schiffbauer <mschiff <AT> gentoo <DOT> org> CommitDate: Wed Mar 18 22:15:02 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d030cc3
net-misc/telnet-bsd: Fix SRC_URI (#713216) Closes: https://bugs.gentoo.org/713216 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Marc Schiffbauer <mschiff <AT> gentoo.org> net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild index 8fc40fcfe23..96527c5c15e 100644 --- a/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild +++ b/net-misc/telnet-bsd/telnet-bsd-1.2-r1.ebuild @@ -6,7 +6,7 @@ inherit eutils autotools toolchain-funcs DESCRIPTION="Telnet and telnetd ported from OpenBSD with IPv6 support" HOMEPAGE="ftp://ftp.suse.com/pub/people/kukuk/ipv6/" -SRC_URI="ftp://ftp.suse.com/pub/people/kukuk/ipv6/${P}.tar.bz2" +SRC_URI="https://dev.gentoo.org/~mschiff/distfiles/${P}.tar.bz2" LICENSE="BSD" SLOT="0"
