diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-09-13 15:48:46 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-09-21 22:21:21 +0100 |
commit | 275260fbabed6a1c87cbbbc79ddd90c240152e5e (patch) | |
tree | 858f8f7922ae3551dd66b937ee705684b98ee08f /games-board/gnome-hearts | |
parent | dev-python/pyproject2setuppy: Bump to v8 (diff) | |
download | gentoo-275260fbabed6a1c87cbbbc79ddd90c240152e5e.tar.gz gentoo-275260fbabed6a1c87cbbbc79ddd90c240152e5e.tar.bz2 gentoo-275260fbabed6a1c87cbbbc79ddd90c240152e5e.zip |
games-board/gnome-hearts: fix HOMEPAGE
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17526
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-board/gnome-hearts')
-rw-r--r-- | games-board/gnome-hearts/gnome-hearts-0.3.1-r2.ebuild | 6 |
1 files 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 c325614f353e..3152898e365f 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" |