commit: 6d338cf38f49168637b0b782b6e3f5d0e77c2919 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Jun 1 16:58:27 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sat Jun 2 00:56:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d338cf3
sys-apps/gcp: use HTTPs Closes: https://github.com/gentoo/gentoo/pull/8680 sys-apps/gcp/gcp-0.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-apps/gcp/gcp-0.1.3.ebuild b/sys-apps/gcp/gcp-0.1.3.ebuild index 6c8ec4f3290..bc2f7a8a316 100644 --- a/sys-apps/gcp/gcp-0.1.3.ebuild +++ b/sys-apps/gcp/gcp-0.1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="File copying utility with progress and I/O indicator" -HOMEPAGE="http://wiki.goffi.org/wiki/Gcp/en" +HOMEPAGE="https://wiki.goffi.org/wiki/Gcp/en" SRC_URI="ftp://ftp.goffi.org/${PN}/${P}.tar.bz2" LICENSE="GPL-3"
