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 B41DC15808B for ; Sat, 5 Oct 2024 02:23:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1193E29BE; Sat, 5 Oct 2024 02:23:38 +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 B7491E29BE for ; Sat, 5 Oct 2024 02:23:38 +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 8F357343012 for ; Sat, 5 Oct 2024 02:23:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E76981F43 for ; Sat, 5 Oct 2024 02:23:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1728093155.1c9f9bb13d8c258b28b6cf072803c9c606be5f15.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ldns/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/ldns/ldns-1.8.3-r3.ebuild X-VCS-Directories: net-libs/ldns/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 1c9f9bb13d8c258b28b6cf072803c9c606be5f15 X-VCS-Branch: master Date: Sat, 5 Oct 2024 02:23:35 +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: 77e161df-868c-421d-9f85-a6e469040a13 X-Archives-Hash: e2ab4d9a8cea0bcb4e4b2ca53ed68387 commit: 1c9f9bb13d8c258b28b6cf072803c9c606be5f15 Author: Sam James gentoo org> AuthorDate: Sat Oct 5 01:52:35 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sat Oct 5 01:52:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9f9bb1 net-libs/ldns: update HOMEPAGE Signed-off-by: Sam James gentoo.org> net-libs/ldns/ldns-1.8.3-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/ldns/ldns-1.8.3-r3.ebuild b/net-libs/ldns/ldns-1.8.3-r3.ebuild index 17c48b4bfe13..261f28519ed4 100644 --- a/net-libs/ldns/ldns-1.8.3-r3.ebuild +++ b/net-libs/ldns/ldns-1.8.3-r3.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{10..12} ) inherit autotools python-single-r1 multilib-minimal DESCRIPTION="A library with the aim to simplify DNS programming in C" -HOMEPAGE="https://www.nlnetlabs.nl/projects/ldns/" +HOMEPAGE="https://www.nlnetlabs.nl/projects/ldns/about/" SRC_URI="https://www.nlnetlabs.nl/downloads/${PN}/${P}.tar.gz" LICENSE="BSD"