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 D900B158094 for ; Wed, 5 Oct 2022 23:28:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1A6EE07E1; Wed, 5 Oct 2022 23:28:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 CA3D2E07E1 for ; Wed, 5 Oct 2022 23:28:19 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C394C341034 for ; Wed, 5 Oct 2022 23:28:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E8135F8 for ; Wed, 5 Oct 2022 23:28:17 +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: <1665012485.9e1e6285a52b26e919b993f32ca2030c43304a44.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/netkit-bootparamd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild X-VCS-Directories: net-misc/netkit-bootparamd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 9e1e6285a52b26e919b993f32ca2030c43304a44 X-VCS-Branch: master Date: Wed, 5 Oct 2022 23:28:17 +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: 9c9bb1c5-8e00-4551-8d03-4340b523d546 X-Archives-Hash: 1993bcd8cf7c9bc9d6cd817fd76a2f36 commit: 9e1e6285a52b26e919b993f32ca2030c43304a44 Author: Mike Gilbert gentoo org> AuthorDate: Wed Oct 5 23:28:05 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Wed Oct 5 23:28:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e1e6285 net-misc/netkit-bootparamd: update HOMEPAGE Signed-off-by: Mike Gilbert gentoo.org> net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild index ec7c8873fcd4..3ecbe4ece85c 100644 --- a/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild +++ b/net-misc/netkit-bootparamd/netkit-bootparamd-0.17-r4.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit toolchain-funcs flag-o-matic DESCRIPTION="Netkit - bootparamd" -HOMEPAGE="http://ftp.linux.org.uk/pub/linux/Networking/netkit/" +HOMEPAGE="https://wiki.linuxfoundation.org/networking/netkit" SRC_URI="mirror://debian/pool/main/n/${PN}/${PN}_${PV}.orig.tar.gz" LICENSE="BSD GPL-2"