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 51C3B1382C5 for ; Mon, 12 Feb 2018 11:11:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95846E0A89; Mon, 12 Feb 2018 11:11:53 +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 7783AE0A89 for ; Mon, 12 Feb 2018 11:11:53 +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 9546A335C3C for ; Mon, 12 Feb 2018 11:11:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 192A31DA for ; Mon, 12 Feb 2018 11:11:51 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1518433900.3f42ef4d20dfe0502f9a402346ba9012979e859d.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/ncdu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/ncdu/ncdu-1.12.ebuild X-VCS-Directories: sys-fs/ncdu/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 3f42ef4d20dfe0502f9a402346ba9012979e859d X-VCS-Branch: master Date: Mon, 12 Feb 2018 11:11:51 +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-Archives-Salt: 0088ddf5-0930-41d9-bd71-f7f8a75bdae2 X-Archives-Hash: c1065e1d2e981e31cd3512bb2f983db9 commit: 3f42ef4d20dfe0502f9a402346ba9012979e859d Author: Francesco Turco fastmail fm> AuthorDate: Tue Feb 6 19:58:11 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Mon Feb 12 11:11:40 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f42ef4d sys-fs/ncdu: use HTTPS instead of HTTP. Closes: https://github.com/gentoo/gentoo/pull/7097 sys-fs/ncdu/ncdu-1.12.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-fs/ncdu/ncdu-1.12.ebuild b/sys-fs/ncdu/ncdu-1.12.ebuild index b4022e6a19d..43abe04d5ae 100644 --- a/sys-fs/ncdu/ncdu-1.12.ebuild +++ b/sys-fs/ncdu/ncdu-1.12.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 DESCRIPTION="NCurses Disk Usage" -HOMEPAGE="http://dev.yorhel.nl/ncdu/" -SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz" +HOMEPAGE="https://dev.yorhel.nl/ncdu/" +SRC_URI="https://dev.yorhel.nl/download/${P}.tar.gz" LICENSE="MIT" SLOT="0"