diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-18 09:21:46 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2018-04-18 20:15:03 +0200 |
commit | f3c0c1ec57094376a1c5d9459f710094fe639595 (patch) | |
tree | 450593f3e4bbf35fbbd791bc980c89d2a1d3cc68 /games-board/ccgo | |
parent | games-board/pokerth: use HTTPS (diff) | |
download | gentoo-f3c0c1ec57094376a1c5d9459f710094fe639595.tar.gz gentoo-f3c0c1ec57094376a1c5d9459f710094fe639595.tar.bz2 gentoo-f3c0c1ec57094376a1c5d9459f710094fe639595.zip |
games-board/ccgo: use HTTPS
Diffstat (limited to 'games-board/ccgo')
-rw-r--r-- | games-board/ccgo/ccgo-0.3.6.5-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |