commit: 597227d03c8d370045e0343b8b6c266febc5e603 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Mon Mar 11 18:34:56 2019 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Tue Mar 12 00:37:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=597227d0
sys-fs/dfc: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Signed-off-by: Aaron Bauman <bman <AT> gentoo.org> sys-fs/dfc/dfc-3.1.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-fs/dfc/dfc-3.1.1.ebuild b/sys-fs/dfc/dfc-3.1.1.ebuild index fdcf7238b2e..d48aa170728 100644 --- a/sys-fs/dfc/dfc-3.1.1.ebuild +++ b/sys-fs/dfc/dfc-3.1.1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit cmake-utils DESCRIPTION="A simple CLI tool that display file system usage, with colors" -HOMEPAGE="http://projects.gw-computing.net/projects/dfc" -SRC_URI="http://projects.gw-computing.net/attachments/download/615/${P}.tar.gz" +HOMEPAGE="https://projects.gw-computing.net/projects/dfc" +SRC_URI="https://projects.gw-computing.net/attachments/download/615/${P}.tar.gz" LICENSE="BSD" SLOT="0"
