Merge pull request #28357 from jpierre03/pr-godot

godot: homepage link with httpS
This commit is contained in:
Joachim F 2017-08-19 17:11:13 +00:00 committed by GitHub
commit b34c87ffe0

View file

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = "http://godotengine.org";
homepage = "https://godotengine.org";
description = "Free and Open Source 2D and 3D game engine";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.linux;