From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D702F158095 for ; Wed, 5 Oct 2022 23:52:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1516E08BD; Wed, 5 Oct 2022 23:52:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B8D01E0893 for ; Wed, 5 Oct 2022 23:52:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B8DDD341071 for ; Wed, 5 Oct 2022 23:52:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04071603 for ; Wed, 5 Oct 2022 23:52:04 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1665013450.9f5f431fc128ed4759b2a05c32f919120e148bb3.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-talk/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild X-VCS-Directories: net-misc/netkit-talk/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9f5f431fc128ed4759b2a05c32f919120e148bb3 X-VCS-Branch: master Date: Wed, 5 Oct 2022 23:52:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 03f60c5c-5087-4146-b424-151d9307c5b1 X-Archives-Hash: 57d9a57799b434c55b1036c2f6c76261 commit: 9f5f431fc128ed4759b2a05c32f919120e148bb3 Author: Mike Gilbert gentoo org> AuthorDate: Wed Oct 5 23:44:10 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Oct 5 23:44:10 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f5f431f net-misc/netkit-talk: update HOMEPAGE, SRC_URI Signed-off-by: Mike Gilbert gentoo.org> net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild b/net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild index 2afb9caf1300..c3975ba83c0f 100644 --- a/net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild +++ b/net-misc/netkit-talk/netkit-talk-0.17-r7.ebuild @@ -9,8 +9,8 @@ MY_P=netkit-ntalk-${PV} S="${WORKDIR}"/netkit-ntalk-${PV} DESCRIPTION="Netkit - talkd" -HOMEPAGE="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/" -SRC_URI="ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/${MY_P}.tar.gz" +HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit" +SRC_URI="http://ftp.linux.org.uk/pub/linux/Networking/netkit/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0"