From f3c0c1ec57094376a1c5d9459f710094fe639595 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Wed, 18 Apr 2018 09:21:46 +0200 Subject: games-board/ccgo: use HTTPS --- games-board/ccgo/ccgo-0.3.6.5-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games-board/ccgo') diff --git a/games-board/ccgo/ccgo-0.3.6.5-r1.ebuild b/games-board/ccgo/ccgo-0.3.6.5-r1.ebuild index 3edfb70d7630..9f19d9aa9e48 100644 --- a/games-board/ccgo/ccgo-0.3.6.5-r1.ebuild +++ b/games-board/ccgo/ccgo-0.3.6.5-r1.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 @@ -6,8 +6,8 @@ EAPI=6 inherit autotools eutils toolchain-funcs flag-o-matic DESCRIPTION="An IGS client written in C++" -HOMEPAGE="http://ccdw.org/~cjj/prog/ccgo/" -SRC_URI="http://ccdw.org/~cjj/prog/ccgo/src/${P}.tar.gz" +HOMEPAGE="https://ccdw.org/~cjj/prog/ccgo/" +SRC_URI="https://ccdw.org/~cjj/prog/ccgo/src/${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -- cgit v1.2.3-65-gdbad