summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancesco Turco <fturco@fastmail.fm>2018-02-06 20:58:11 +0100
committerPatrice Clement <monsieurp@gentoo.org>2018-02-12 12:11:40 +0100
commit3f42ef4d20dfe0502f9a402346ba9012979e859d (patch)
tree1dcba996621a0bd9305fd99593d34e61a922e830
parentapp-office/ledger: use HTTPS for HOMEPAGE. (diff)
downloadgentoo-3f42ef4d20dfe0502f9a402346ba9012979e859d.tar.gz
gentoo-3f42ef4d20dfe0502f9a402346ba9012979e859d.tar.bz2
gentoo-3f42ef4d20dfe0502f9a402346ba9012979e859d.zip
sys-fs/ncdu: use HTTPS instead of HTTP.
Closes: https://github.com/gentoo/gentoo/pull/7097
-rw-r--r--sys-fs/ncdu/ncdu-1.12.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-fs/ncdu/ncdu-1.12.ebuild b/sys-fs/ncdu/ncdu-1.12.ebuild
index b4022e6a19de..43abe04d5aef 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"