commit: d6597bb93035c1be42cd933c5e051222fc36d960
Author: Theo Anderson <telans <AT> posteo <DOT> de>
AuthorDate: Mon Jan 4 06:39:49 2021 +0000
Commit: Theo Anderson <telans <AT> posteo <DOT> de>
CommitDate: Mon Jan 4 06:39:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d6597bb9
dev-games/godot: use https HOMEPAGE
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans <AT> posteo.de>
dev-games/godot/godot-3.2.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-games/godot/godot-3.2.3.ebuild
b/dev-games/godot/godot-3.2.3.ebuild
index b0115ed9..88b5e170 100644
--- a/dev-games/godot/godot-3.2.3.ebuild
+++ b/dev-games/godot/godot-3.2.3.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{7..9} )
inherit desktop python-any-r1 scons-utils xdg
DESCRIPTION="Multi-platform 2D and 3D game engine"
-HOMEPAGE="http://godotengine.org"
+HOMEPAGE="https://godotengine.org"
SRC_URI="https://github.com/godotengine/${PN}/archive/${PV}-stable.tar.gz ->
${P}.tar.gz"
S="${WORKDIR}/${P}-stable"