commit: 4d6be61a34ceff28adb4d18c896120557494deff Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Fri Feb 9 17:24:16 2018 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Feb 10 10:42:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6be61a
games-action/violetland: fix HOMEPAGE Closes: https://github.com/gentoo/gentoo/pull/7140 games-action/violetland/violetland-0.4.3-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/games-action/violetland/violetland-0.4.3-r1.ebuild b/games-action/violetland/violetland-0.4.3-r1.ebuild index 5067bd2caca..d277b84a643 100644 --- a/games-action/violetland/violetland-0.4.3-r1.ebuild +++ b/games-action/violetland/violetland-0.4.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 inherit eutils cmake-utils DESCRIPTION="Help a girl named Violet in the struggle with hordes of monsters" -HOMEPAGE="https://code.google.com/p/violetland/" +HOMEPAGE="https://violetland.github.io/" SRC_URI="https://github.com/ooxi/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3 CC-BY-SA-3.0"