diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-09-28 18:05:39 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-09-28 18:05:39 +0200 |
commit | b939e3daee5c0ad6ba9a2916d0d83dfd94f3f803 (patch) | |
tree | 9ac00e0410e2c874cb21ca8e30222fa8db6fadf7 /games-rpg | |
parent | games-rpg/manaplus: Removed old (diff) | |
download | gentoo-b939e3daee5c0ad6ba9a2916d0d83dfd94f3f803.tar.gz gentoo-b939e3daee5c0ad6ba9a2916d0d83dfd94f3f803.tar.bz2 gentoo-b939e3daee5c0ad6ba9a2916d0d83dfd94f3f803.zip |
games-rpg/manaplus: Fixed homepage
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/manaplus/manaplus-1.9.3.23.ebuild | 4 | ||||
-rw-r--r-- | games-rpg/manaplus/manaplus-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-rpg/manaplus/manaplus-1.9.3.23.ebuild b/games-rpg/manaplus/manaplus-1.9.3.23.ebuild index 9d34cbd23db8..85e22dbccd84 100644 --- a/games-rpg/manaplus/manaplus-1.9.3.23.ebuild +++ b/games-rpg/manaplus/manaplus-1.9.3.23.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World" -HOMEPAGE="http://manaplus.evolonline.org" +HOMEPAGE="https://manaplus.org" if [[ ${PV} == 9999 ]] ; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git" diff --git a/games-rpg/manaplus/manaplus-9999.ebuild b/games-rpg/manaplus/manaplus-9999.ebuild index 3e516d72a9eb..3b6efa37c423 100644 --- a/games-rpg/manaplus/manaplus-9999.ebuild +++ b/games-rpg/manaplus/manaplus-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="OpenSource 2D MMORPG client for Evol Online and The Mana World" -HOMEPAGE="http://manaplus.evolonline.org" +HOMEPAGE="https://manaplus.org" if [[ ${PV} == 9999 ]] ; then inherit autotools git-r3 EGIT_REPO_URI="https://github.com/ManaPlus/ManaPlus.git" |