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 BC633158083 for ; Tue, 10 Sep 2024 01:37:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80159E2A14; Tue, 10 Sep 2024 01:37:31 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A97EE2A14 for ; Tue, 10 Sep 2024 01:37:31 +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 ADDFC342FF7 for ; Tue, 10 Sep 2024 01:37:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D7CC11F41 for ; Tue, 10 Sep 2024 01:37:28 +0000 (UTC) From: "Eli Schwartz" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Eli Schwartz" Message-ID: <1725930252.e25ea15a06d31bdb46c3c5f6911b71d359547ca0.eschwartz@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/twelf/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/twelf/twelf-1.7.1-r2.ebuild X-VCS-Directories: sci-mathematics/twelf/ X-VCS-Committer: eschwartz X-VCS-Committer-Name: Eli Schwartz X-VCS-Revision: e25ea15a06d31bdb46c3c5f6911b71d359547ca0 X-VCS-Branch: master Date: Tue, 10 Sep 2024 01:37:28 +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: e27b78fe-9c3d-49c2-bf3c-3ea66ed29a4c X-Archives-Hash: df7079dc6b38b3fd60760458f81c90ed commit: e25ea15a06d31bdb46c3c5f6911b71d359547ca0 Author: Eli Schwartz gentoo org> AuthorDate: Mon Sep 9 03:50:20 2024 +0000 Commit: Eli Schwartz gentoo org> CommitDate: Tue Sep 10 01:04:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e25ea15a sci-mathematics/twelf: update HOMEPAGE for https Signed-off-by: Eli Schwartz gentoo.org> sci-mathematics/twelf/twelf-1.7.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-mathematics/twelf/twelf-1.7.1-r2.ebuild b/sci-mathematics/twelf/twelf-1.7.1-r2.ebuild index c48262362df0..9e6c45a37143 100644 --- a/sci-mathematics/twelf/twelf-1.7.1-r2.ebuild +++ b/sci-mathematics/twelf/twelf-1.7.1-r2.ebuild @@ -9,7 +9,7 @@ MY_PN="${PN}-src" MY_P="${MY_PN}-${PV}" DESCRIPTION="Implementation of the logical framework LF" -HOMEPAGE="http://twelf.org/" +HOMEPAGE="https://twelf.org/" SRC_URI="https://github.com/standardml/twelf/releases/download/v${PV}/${MY_P}.tar.gz" SLOT="0/${PV}"