diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-06-01 18:58:27 +0200 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-01 20:56:48 -0400 |
commit | 6d338cf38f49168637b0b782b6e3f5d0e77c2919 (patch) | |
tree | 0d3f4a3df240566baaed7f462e30ae4095b33c07 /sys-apps | |
parent | sys-fs/bindfs: use HTTPs (diff) | |
download | gentoo-6d338cf38f49168637b0b782b6e3f5d0e77c2919.tar.gz gentoo-6d338cf38f49168637b0b782b6e3f5d0e77c2919.tar.bz2 gentoo-6d338cf38f49168637b0b782b6e3f5d0e77c2919.zip |
sys-apps/gcp: use HTTPs
Closes: https://github.com/gentoo/gentoo/pull/8680
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/gcp/gcp-0.1.3.ebuild | 4 |
1 files 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 6c8ec4f32909..bc2f7a8a3168 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" |