# HG changeset patch # User Matti Hamalainen # Date 1646605109 -7200 # Node ID 44e104b0ae9090e8cbd0143cb2c44f32424bb4e7 # Parent 4386b5c57d04721b595307515854ca9e81f6b4ae Change http uri to https. diff -r 4386b5c57d04 -r 44e104b0ae90 tools/makegmaps.php --- a/tools/makegmaps.php Fri Jun 11 21:15:13 2021 +0300 +++ b/tools/makegmaps.php Mon Mar 07 00:18:29 2022 +0200 @@ -366,7 +366,7 @@ if (!file_exists($cfg["pathMapUtils"])) { // If maputils does not exist, clone the repository - $tmp = $cfg["binMercurial"]." clone http://tnsp.org/hg/batmud/maputils/ ".escapeshellarg($cfg["pathMapUtils"]); + $tmp = $cfg["binMercurial"]." clone https://tnsp.org/hg/batmud/maputils/ ".escapeshellarg($cfg["pathMapUtils"]); echo "* $tmp\n"; passthru($tmp) == 0 or die("Error executing: ".$tmp."\n");