diff options
author | Theo Anderson <telans@posteo.de> | 2021-01-04 19:39:49 +1300 |
---|---|---|
committer | Theo Anderson <telans@posteo.de> | 2021-01-04 19:39:49 +1300 |
commit | d6597bb93035c1be42cd933c5e051222fc36d960 (patch) | |
tree | 015babba96bf56d1669adbfcdfcb7994904e492d /dev-games | |
parent | app-misc/ghq: bump to 1.1.5 (diff) | |
download | guru-d6597bb93035c1be42cd933c5e051222fc36d960.tar.gz guru-d6597bb93035c1be42cd933c5e051222fc36d960.tar.bz2 guru-d6597bb93035c1be42cd933c5e051222fc36d960.zip |
dev-games/godot: use https HOMEPAGE
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Theo Anderson <telans@posteo.de>
Diffstat (limited to 'dev-games')
-rw-r--r-- | dev-games/godot/godot-3.2.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-games/godot/godot-3.2.3.ebuild b/dev-games/godot/godot-3.2.3.ebuild index b0115ed96..88b5e1705 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" |