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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 179FD15807B for ; Tue, 12 Nov 2024 18:30:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D3EDE0824; Tue, 12 Nov 2024 18:30:16 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 36C26E0824 for ; Tue, 12 Nov 2024 18:30:16 +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 73956341C25 for ; Tue, 12 Nov 2024 18:30:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B16EE1F0B for ; Tue, 12 Nov 2024 18:30:12 +0000 (UTC) From: "orbea" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "orbea" Message-ID: <1731435451.4e073e273bc95617b5e606bda644388b09e30b59.orbea@gentoo> Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-libs/ldns/ X-VCS-Repository: repo/proj/libressl X-VCS-Files: net-libs/ldns/ldns-1.8.3-r3.ebuild X-VCS-Directories: net-libs/ldns/ X-VCS-Committer: orbea X-VCS-Committer-Name: orbea X-VCS-Revision: 4e073e273bc95617b5e606bda644388b09e30b59 X-VCS-Branch: master Date: Tue, 12 Nov 2024 18:30:12 +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: aabb309d-6b06-4a26-93e5-2de35341e4a2 X-Archives-Hash: 512587694e4b991dfe31f14827375356 commit: 4e073e273bc95617b5e606bda644388b09e30b59 Author: orbea riseup net> AuthorDate: Tue Nov 12 18:17:31 2024 +0000 Commit: orbea riseup net> CommitDate: Tue Nov 12 18:17:31 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=4e073e27 net-libs/ldns: update HOMEPAGE Signed-off-by: orbea riseup.net> 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 cd027f9..021f807 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"