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 A9B1F1382C5 for ; Mon, 18 Jan 2021 17:48:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9B164E0814; Mon, 18 Jan 2021 17:48:18 +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 83269E0814 for ; Mon, 18 Jan 2021 17:48:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6DC0D340FD3 for ; Mon, 18 Jan 2021 17:48:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29D5A487 for ; Mon, 18 Jan 2021 17:48:16 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610992090.cc96c4be2f5740bb2ca40e8c485cc16f3c048fef.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/di/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/di/di-4.47.ebuild X-VCS-Directories: sys-block/di/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: cc96c4be2f5740bb2ca40e8c485cc16f3c048fef X-VCS-Branch: master Date: Mon, 18 Jan 2021 17:48:16 +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: 24187130-4129-4d8c-a3a3-2ca2ac2af215 X-Archives-Hash: 3dd144d6ce9058891ea9fcea3eb57bcf commit: cc96c4be2f5740bb2ca40e8c485cc16f3c048fef Author: Sam James gentoo org> AuthorDate: Mon Jan 18 17:48:10 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 18 17:48:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc96c4be sys-block/di: http -> https Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> sys-block/di/di-4.47.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-block/di/di-4.47.ebuild b/sys-block/di/di-4.47.ebuild index 98e0af6b69f..ebf2b8b6d8b 100644 --- a/sys-block/di/di-4.47.ebuild +++ b/sys-block/di/di-4.47.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit toolchain-funcs DESCRIPTION="Disk Information Utility" -HOMEPAGE="http://www.gentoo.com/di/" -SRC_URI="http://www.gentoo.com/di/${P}.tar.gz" +HOMEPAGE="https://www.gentoo.com/di/" +SRC_URI="https://www.gentoo.com/di/${P}.tar.gz" LICENSE="ZLIB" SLOT="0"