commit: 5746079dceef8d58bbcc3a455c642cbae0e469b8 Author: Sergey Torokhov <torokhov-s-a <AT> yandex <DOT> ru> AuthorDate: Sun Apr 12 10:23:35 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Sun Apr 12 10:23:35 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5746079d
games-arcade/opensurge: fix HOMEPAGE to use https instead of http Signed-off-by: Sergey Torokhov <torokhov-s-a <AT> yandex.ru> games-arcade/opensurge/opensurge-0.5.1.2.ebuild | 2 +- games-arcade/opensurge/opensurge-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/games-arcade/opensurge/opensurge-0.5.1.2.ebuild b/games-arcade/opensurge/opensurge-0.5.1.2.ebuild index f74724b..939414c 100644 --- a/games-arcade/opensurge/opensurge-0.5.1.2.ebuild +++ b/games-arcade/opensurge/opensurge-0.5.1.2.ebuild @@ -14,7 +14,7 @@ else fi DESCRIPTION="fun 2D retro platformer inspired by old-school Sonic games" -HOMEPAGE="http://opensurge2d.org/" +HOMEPAGE="https://opensurge2d.org/" LICENSE="GPL-3" SLOT="0" diff --git a/games-arcade/opensurge/opensurge-9999.ebuild b/games-arcade/opensurge/opensurge-9999.ebuild index 918d900..f6af9d6 100644 --- a/games-arcade/opensurge/opensurge-9999.ebuild +++ b/games-arcade/opensurge/opensurge-9999.ebuild @@ -14,7 +14,7 @@ else fi DESCRIPTION="fun 2D retro platformer inspired by old-school Sonic games" -HOMEPAGE="http://opensurge2d.org/" +HOMEPAGE="https://opensurge2d.org/" LICENSE="GPL-3" SLOT="0"
