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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9AE1138334 for ; Thu, 26 Dec 2019 10:53:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19405E0CA7; Thu, 26 Dec 2019 10:53:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EBEC3E0CA3 for ; Thu, 26 Dec 2019 10:53:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D5B7134DB9B for ; Thu, 26 Dec 2019 10:53:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B8C67C for ; Thu, 26 Dec 2019 10:53:24 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1577357599.dd2f36ade7f4d73d432323cc785a93296c2316fa.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/plzip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/plzip/plzip-1.8.ebuild X-VCS-Directories: app-arch/plzip/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dd2f36ade7f4d73d432323cc785a93296c2316fa X-VCS-Branch: master Date: Thu, 26 Dec 2019 10:53:24 +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: f25f3627-c164-48dc-8303-b2ca0cfc809c X-Archives-Hash: 61f71a6c6925420b0d0e81f688f9be79 commit: dd2f36ade7f4d73d432323cc785a93296c2316fa Author: Michał Górny gentoo org> AuthorDate: Thu Dec 26 10:50:17 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Dec 26 10:53:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd2f36ad app-arch/plzip: Use HTTPS Signed-off-by: Michał Górny gentoo.org> app-arch/plzip/plzip-1.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/plzip/plzip-1.8.ebuild b/app-arch/plzip/plzip-1.8.ebuild index f9fedd5f8ae..df42ba53cc8 100644 --- a/app-arch/plzip/plzip-1.8.ebuild +++ b/app-arch/plzip/plzip-1.8.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Parallel lzip compressor" -HOMEPAGE="http://www.nongnu.org/lzip/plzip.html" -SRC_URI="http://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz" +HOMEPAGE="https://www.nongnu.org/lzip/plzip.html" +SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"