diff options
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/widelands/widelands-0.20-r1.ebuild | 2 | ||||
-rw-r--r-- | games-strategy/widelands/widelands-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/widelands/widelands-0.20-r1.ebuild b/games-strategy/widelands/widelands-0.20-r1.ebuild index 335598744fef..14a80be7f6ce 100644 --- a/games-strategy/widelands/widelands-0.20-r1.ebuild +++ b/games-strategy/widelands/widelands-0.20-r1.ebuild @@ -11,7 +11,7 @@ MY_PV="build$(ver_cut 2-)" MY_P="${PN}-${MY_PV/_/-}" DESCRIPTION="A game similar to Settlers 2" -HOMEPAGE="http://www.widelands.org/" +HOMEPAGE="https://www.widelands.org/" SRC_URI="https://launchpad.net/widelands/build$(ver_cut 2)/${MY_PV/_/-}/+download/${MY_P}.tar.bz2" LICENSE="GPL-2+" diff --git a/games-strategy/widelands/widelands-9999.ebuild b/games-strategy/widelands/widelands-9999.ebuild index 2c2694479039..157430929194 100644 --- a/games-strategy/widelands/widelands-9999.ebuild +++ b/games-strategy/widelands/widelands-9999.ebuild @@ -11,7 +11,7 @@ MY_PV="build$(ver_cut 2-)" MY_P="${PN}-${MY_PV/_/-}" DESCRIPTION="A game similar to Settlers 2" -HOMEPAGE="http://www.widelands.org/" +HOMEPAGE="https://www.widelands.org/" if [[ "${PV}" == *9999 ]] ; then inherit git-r3 |