From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 08B9D15808A for ; Mon, 04 Aug 2025 22:17:54 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E688B340D32 for ; Mon, 04 Aug 2025 22:17:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 55CA0110560; Mon, 04 Aug 2025 22:17:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 50E6D110560 for ; Mon, 04 Aug 2025 22:17: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DBD2334096C for ; Mon, 04 Aug 2025 22:17:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 00D5D322B for ; Mon, 04 Aug 2025 22:17:43 +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: <1754345757.07b847dec8b708f8bb3025ceb427d08d14ed8e85.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-debug/sysdig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-debug/sysdig/sysdig-0.40.1-r1.ebuild X-VCS-Directories: dev-debug/sysdig/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 07b847dec8b708f8bb3025ceb427d08d14ed8e85 X-VCS-Branch: master Date: Mon, 04 Aug 2025 22:17:43 +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: d13fb144-7bde-49e6-9316-8afe0ca1d70d X-Archives-Hash: 44248fbe1f1b0af6fd4a1e425017f92a commit: 07b847dec8b708f8bb3025ceb427d08d14ed8e85 Author: Holger Hoffstätte applied-asynchrony com> AuthorDate: Mon Aug 4 08:28:43 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Aug 4 22:15:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07b847de dev-debug/sysdig: update HOMEPAGE Signed-off-by: Holger Hoffstätte applied-asynchrony.com> Part-of: https://github.com/gentoo/gentoo/pull/43311 Signed-off-by: Sam James gentoo.org> dev-debug/sysdig/sysdig-0.40.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-debug/sysdig/sysdig-0.40.1-r1.ebuild b/dev-debug/sysdig/sysdig-0.40.1-r1.ebuild index 071b91c49543..57c2bb97dc95 100644 --- a/dev-debug/sysdig/sysdig-0.40.1-r1.ebuild +++ b/dev-debug/sysdig/sysdig-0.40.1-r1.ebuild @@ -8,7 +8,7 @@ LUA_COMPAT=( luajit ) inherit bash-completion-r1 cmake flag-o-matic linux-info lua-single DESCRIPTION="A system exploration and troubleshooting tool" -HOMEPAGE="https://sysdig.com/" +HOMEPAGE="https://www.sysdig.com/" # The version of falcosecurity-libs required by sysdig as source tree LIBS_VERSION="0.20.0"