diff options
author | Alexey Sokolov <sokolov@google.com> | 2020-05-08 13:20:56 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-05-17 12:54:23 -0400 |
commit | d65d10a5def666354303edd161c57aa5833c7e9d (patch) | |
tree | 752c8141bdb009a5d929469397cc7a25b871ae2f /games-strategy | |
parent | games-strategy/majesty-demo: update homepage (diff) | |
download | gentoo-d65d10a5def666354303edd161c57aa5833c7e9d.tar.gz gentoo-d65d10a5def666354303edd161c57aa5833c7e9d.tar.bz2 gentoo-d65d10a5def666354303edd161c57aa5833c7e9d.zip |
games-strategy/widelands: update homepage
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov <sokolov@google.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
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 |