diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-09 18:26:16 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-02-10 10:42:55 +0000 |
commit | de6c560fd40e65d4c0b6ae4ee635a13d81ba9fe7 (patch) | |
tree | 3f326ac5f602a3897cfe6343a0a0152976a257a4 /games-board/gmchess | |
parent | games-action/violetland: fix HOMEPAGE (diff) | |
download | gentoo-de6c560fd40e65d4c0b6ae4ee635a13d81ba9fe7.tar.gz gentoo-de6c560fd40e65d4c0b6ae4ee635a13d81ba9fe7.tar.bz2 gentoo-de6c560fd40e65d4c0b6ae4ee635a13d81ba9fe7.zip |
games-board/gmchess: fix HOMEPAGE
Diffstat (limited to 'games-board/gmchess')
-rw-r--r-- | games-board/gmchess/gmchess-0.29.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/gmchess/gmchess-0.29.6-r2.ebuild b/games-board/gmchess/gmchess-0.29.6-r2.ebuild index a89d41d0433d..007c50270126 100644 --- a/games-board/gmchess/gmchess-0.29.6-r2.ebuild +++ b/games-board/gmchess/gmchess-0.29.6-r2.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools flag-o-matic libtool gnome2-utils DESCRIPTION="Chinese chess with gtkmm and c++" -HOMEPAGE="https://code.google.com/p/gmchess/" +HOMEPAGE="https://github.com/lerosua/gmchess" SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2" RESTRICT="test" |