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 3AE7A158095 for ; Tue, 23 Aug 2022 12:06:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 273ACE0826; Tue, 23 Aug 2022 12:06:51 +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 F167FE07E0 for ; Tue, 23 Aug 2022 12:06:50 +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 32A1F340928 for ; Tue, 23 Aug 2022 12:06:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B064596 for ; Tue, 23 Aug 2022 12:06:47 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1661256375.c0f081d990649dd8612d481b3019de4e1f680743.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/pals/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/pals/pals-1.0-r2.ebuild X-VCS-Directories: sci-biology/pals/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: c0f081d990649dd8612d481b3019de4e1f680743 X-VCS-Branch: master Date: Tue, 23 Aug 2022 12:06:47 +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: de6ea890-a282-4115-acce-8b1efb638ce0 X-Archives-Hash: a5241b2e08530c21f6cd8cc87d37fea1 commit: c0f081d990649dd8612d481b3019de4e1f680743 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Tue Aug 2 17:15:22 2022 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Aug 23 12:06:15 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0f081d9 sci-biology/pals: use HTTPS Signed-off-by: Michael Mair-Keimberger levelnine.at> Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.11 Closes: https://github.com/gentoo/gentoo/pull/26708 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-biology/pals/pals-1.0-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/pals/pals-1.0-r2.ebuild b/sci-biology/pals/pals-1.0-r2.ebuild index 8f251d2b82ab..4e367283bf01 100644 --- a/sci-biology/pals/pals-1.0-r2.ebuild +++ b/sci-biology/pals/pals-1.0-r2.ebuild @@ -6,8 +6,8 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="Pairwise Aligner for Long Sequences" -HOMEPAGE="http://www.drive5.com/pals/" -SRC_URI="http://www.drive5.com/pals/pals_source.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://www.drive5.com/pals/" +SRC_URI="https://www.drive5.com/pals/pals_source.tar.gz -> ${P}.tar.gz" S="${WORKDIR}" LICENSE="public-domain"