sys-apps/gcp: use HTTPs
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Fri, 1 Jun 2018 16:58:27 +0000 (18:58 +0200)
committerAaron Bauman <bman@gentoo.org>
Sat, 2 Jun 2018 00:56:48 +0000 (20:56 -0400)
Closes: https://github.com/gentoo/gentoo/pull/8680

sys-apps/gcp/gcp-0.1.3.ebuild

index 6c8ec4f32909ba515d0e61cc2f841ba67b47756d..bc2f7a8a3168a7c832a4bfc873e350fb79fbf8f2 100644 (file)
@@ -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"