godot: homepage link with httpS

This commit is contained in:
Jean-Pierre PRUNARET 2017-08-17 22:13:32 +02:00
parent 129f8d7e99
commit 41bad11dde

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;