diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:27 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 15:41:51 +0200 |
commit | dea7c3060641b628cd6a2e2d97db18903c86862e (patch) | |
tree | 732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /games-board/gmchess | |
parent | Use https for most gnu.org URLs (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.bz2 gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.zip |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'games-board/gmchess')
-rw-r--r-- | games-board/gmchess/gmchess-0.29.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-board/gmchess/gmchess-0.29.6-r1.ebuild b/games-board/gmchess/gmchess-0.29.6-r1.ebuild index 72344ab7dbbf..d1e290c9cf5d 100644 --- a/games-board/gmchess/gmchess-0.29.6-r1.ebuild +++ b/games-board/gmchess/gmchess-0.29.6-r1.ebuild @@ -7,7 +7,7 @@ inherit autotools libtool gnome2-utils games DESCRIPTION="Chinese chess with gtkmm and c++" HOMEPAGE="https://code.google.com/p/gmchess/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.bz2" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2" RESTRICT="test" LICENSE="GPL-2" |