commit:     3f42ef4d20dfe0502f9a402346ba9012979e859d
Author:     Francesco Turco <fturco <AT> fastmail <DOT> fm>
AuthorDate: Tue Feb  6 19:58:11 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> 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"

Reply via email to