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 907C7159C9B for ; Wed, 31 Jul 2024 19:09:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCE2AE2A85; Wed, 31 Jul 2024 19:09:45 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C170AE2A85 for ; Wed, 31 Jul 2024 19:09:45 +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 48D26335D7B for ; Wed, 31 Jul 2024 19:09:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF5061CF5 for ; Wed, 31 Jul 2024 19:09:42 +0000 (UTC) From: "Eric Joldasov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eric Joldasov" Message-ID: <1722452847.821d74545ddbc7d3a5278fe2a9b8990c0981124d.bratishkaerik@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-zig/zls/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-zig/zls/zls-9999.ebuild X-VCS-Directories: dev-zig/zls/ X-VCS-Committer: bratishkaerik X-VCS-Committer-Name: Eric Joldasov X-VCS-Revision: 821d74545ddbc7d3a5278fe2a9b8990c0981124d X-VCS-Branch: dev Date: Wed, 31 Jul 2024 19:09:42 +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: 48f01dde-d15b-4025-ae29-5afc484d43cd X-Archives-Hash: 960ef74b52561463803483bec19fea34 commit: 821d74545ddbc7d3a5278fe2a9b8990c0981124d Author: Eric Joldasov landless-city net> AuthorDate: Wed Jul 31 19:07:27 2024 +0000 Commit: Eric Joldasov getgoogleoff me> CommitDate: Wed Jul 31 19:07:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=821d7454 dev-zig/zls: update link to configuration options in tip for 9999 Signed-off-by: Eric Joldasov landless-city.net> dev-zig/zls/zls-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-zig/zls/zls-9999.ebuild b/dev-zig/zls/zls-9999.ebuild index ef9785f27..d5b61e56a 100644 --- a/dev-zig/zls/zls-9999.ebuild +++ b/dev-zig/zls/zls-9999.ebuild @@ -125,5 +125,5 @@ src_install() { } pkg_postinst() { - elog "You can find more information about options here https://github.com/zigtools/zls#configuration-options" + elog "You can find more information about options here: https://github.com/zigtools/zls/wiki/Configuration" }