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 82B30158020 for ; Mon, 17 Oct 2022 03:17:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E95A9E0CE1; Mon, 17 Oct 2022 03:17:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 CEC51E0CE1 for ; Mon, 17 Oct 2022 03:17:34 +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 C8B7634113A for ; Mon, 17 Oct 2022 03:17:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2474625 for ; Mon, 17 Oct 2022 03:17:30 +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: <1665976554.581117b707f8be3f0f5327479b4e492d62f90baa.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/quotatool/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/quotatool/quotatool-1.6.2-r1.ebuild X-VCS-Directories: sys-fs/quotatool/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 581117b707f8be3f0f5327479b4e492d62f90baa X-VCS-Branch: master Date: Mon, 17 Oct 2022 03:17:30 +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: 6d61fa9a-fea0-4a4f-b60b-198db25ba43c X-Archives-Hash: b0898aea92f5fd4d45090cd5fe1de9ec commit: 581117b707f8be3f0f5327479b4e492d62f90baa Author: Sam James gentoo org> AuthorDate: Mon Oct 17 03:15:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 17 03:15:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=581117b7 sys-fs/quotatool: HTTPSify HOMEPAGE Signed-off-by: Sam James gentoo.org> sys-fs/quotatool/quotatool-1.6.2-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild b/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild index 6cee45a2deba..86c0b5fd01b1 100644 --- a/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild +++ b/sys-fs/quotatool/quotatool-1.6.2-r1.ebuild @@ -6,8 +6,8 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Command-line utility for filesystem quotas" -HOMEPAGE="http://quotatool.ekenberg.se/" -SRC_URI="http://quotatool.ekenberg.se/${P}.tar.gz" +HOMEPAGE="https://quotatool.ekenberg.se/" +SRC_URI="https://quotatool.ekenberg.se/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"