diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-11 19:34:56 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-03-11 20:37:32 -0400 |
commit | 597227d03c8d370045e0343b8b6c266febc5e603 (patch) | |
tree | 41c30857a6deb6629fcb40acbc6c400723dae1b9 /sys-fs/dfc | |
parent | dev-util/vmtouch: use HTTPS (diff) | |
download | gentoo-597227d03c8d370045e0343b8b6c266febc5e603.tar.gz gentoo-597227d03c8d370045e0343b8b6c266febc5e603.tar.bz2 gentoo-597227d03c8d370045e0343b8b6c266febc5e603.zip |
sys-fs/dfc: use HTTPS
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'sys-fs/dfc')
-rw-r--r-- | sys-fs/dfc/dfc-3.1.1.ebuild | 6 |
1 files 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 fdcf7238b2e1..d48aa170728e 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" |