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 F33B7158094 for ; Tue, 9 Aug 2022 12:27:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1F5C5E0A7C; Tue, 9 Aug 2022 12:27:26 +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 E17EFE0A7C for ; Tue, 9 Aug 2022 12:27:25 +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 F06C0340F4E for ; Tue, 9 Aug 2022 12:27:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B754D4 for ; Tue, 9 Aug 2022 12:27:23 +0000 (UTC) From: "Aaron W. Swenson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron W. Swenson" Message-ID: <1660047986.c3190c08196a9a151acb3f8d1d1ff3335d2a4d6a.titanofold@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/fossil/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/fossil/fossil-2.19.ebuild X-VCS-Directories: dev-vcs/fossil/ X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron W. Swenson X-VCS-Revision: c3190c08196a9a151acb3f8d1d1ff3335d2a4d6a X-VCS-Branch: master Date: Tue, 9 Aug 2022 12:27:23 +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: b06a5f6d-0c50-49db-9e00-8dbf8d6a110b X-Archives-Hash: 9d7c1809fe481fc8f87223908f308e17 commit: c3190c08196a9a151acb3f8d1d1ff3335d2a4d6a Author: Aaron W. Swenson gentoo org> AuthorDate: Tue Aug 9 12:26:26 2022 +0000 Commit: Aaron W. Swenson gentoo org> CommitDate: Tue Aug 9 12:26:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3190c08 dev-vcs/fossil: Follow homepage redirect Signed-off-by: Aaron W. Swenson gentoo.org> dev-vcs/fossil/fossil-2.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/fossil/fossil-2.19.ebuild b/dev-vcs/fossil/fossil-2.19.ebuild index 76c67fd0f147..e3b96679439e 100644 --- a/dev-vcs/fossil/fossil-2.19.ebuild +++ b/dev-vcs/fossil/fossil-2.19.ebuild @@ -8,7 +8,7 @@ inherit toolchain-funcs MY_TAG="1e131febd3fbb028d00cab6d020214e8fe36be95daaf93237523c29c542e9a5f" DESCRIPTION="Simple, high-reliability, source control management, and more" -HOMEPAGE="https://www.fossil-scm.org/" +HOMEPAGE="https://www.fossil-scm.org/home" SRC_URI="https://fossil-scm.org/home/tarball/${MY_TAG}/fossil-src-${PV}.tar.gz" LICENSE="BSD-2"