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 9621F158020 for ; Thu, 24 Nov 2022 18:15:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33F61E0999; Thu, 24 Nov 2022 18:15:02 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 208A3E0999 for ; Thu, 24 Nov 2022 18:15:02 +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 B397E340E5F for ; Thu, 24 Nov 2022 18:15:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C797B766 for ; Thu, 24 Nov 2022 18:14:57 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1669313681.1c1e18d9a5ef9d6cad3b30d944d7c2ddeb9f3cbf.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/argtable/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/argtable/argtable-2.13-r3.ebuild X-VCS-Directories: dev-libs/argtable/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 1c1e18d9a5ef9d6cad3b30d944d7c2ddeb9f3cbf X-VCS-Branch: master Date: Thu, 24 Nov 2022 18:14:57 +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: 89cae4f0-828a-4a3d-b469-167c760980ed X-Archives-Hash: 3d874fb12f5d5815dc0411672b037b4d commit: 1c1e18d9a5ef9d6cad3b30d944d7c2ddeb9f3cbf Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Nov 18 15:28:21 2022 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Thu Nov 24 18:14:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1e18d9 dev-libs/argtable: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Conrad Kostecki gentoo.org> dev-libs/argtable/argtable-2.13-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/argtable/argtable-2.13-r3.ebuild b/dev-libs/argtable/argtable-2.13-r3.ebuild index 22112e07aadc..d562b3d18266 100644 --- a/dev-libs/argtable/argtable-2.13-r3.ebuild +++ b/dev-libs/argtable/argtable-2.13-r3.ebuild @@ -7,7 +7,7 @@ MY_PV="$(ver_rs 1 '-')" MY_P=${PN}${MY_PV} DESCRIPTION="An ANSI C library for parsing GNU-style command-line options with minimal fuss" -HOMEPAGE="http://argtable.sourceforge.net/" +HOMEPAGE="https://argtable.sourceforge.net" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P}