commit: 275260fbabed6a1c87cbbbc79ddd90c240152e5e Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Sep 13 13:48:46 2020 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Mon Sep 21 21:21:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=275260fb
games-board/gnome-hearts: fix HOMEPAGE Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/17526 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> games-board/gnome-hearts/gnome-hearts-0.3.1-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-board/gnome-hearts/gnome-hearts-0.3.1-r2.ebuild b/games-board/gnome-hearts/gnome-hearts-0.3.1-r2.ebuild index c325614f353..3152898e365 100644 --- a/games-board/gnome-hearts/gnome-hearts-0.3.1-r2.ebuild +++ b/games-board/gnome-hearts/gnome-hearts-0.3.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,8 +8,8 @@ PYTHON_COMPAT=( python2_7 ) inherit gnome2 python-single-r1 DESCRIPTION="A clone of classic hearts card game" -HOMEPAGE="http://www.gnome-hearts.org" -SRC_URI="http://www.jejik.com/files/${PN}/${P}.tar.gz" +HOMEPAGE="https://www.jejik.com/gnome-hearts/" +SRC_URI="https://www.jejik.com/files/${PN}/${P}.tar.gz" LICENSE="GPL-2+ FDL-1.2" SLOT="0"
