changeset 318:f2c031427bb3 gmap2

Update to new repository URLs.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 12 Mar 2021 14:42:59 +0200
parents 5a902083a216
children faa22539dd9a
files README tools/makegmaps.php
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README	Thu Dec 03 06:26:08 2020 +0200
+++ b/README	Fri Mar 12 14:42:59 2021 +0200
@@ -6,7 +6,7 @@
  - A sane and working /bin/sh (bash or dash, for example)
  - 'convert' utility of ImageMagick or GraphicsMagick.
  - Mercurial (Hg) DVCS.
- - Pupunen Maputils (http://pupunen.net/hg/maputils/) and
+ - Pupunen Maputils (http://tnsp.org/hg/batmud/maputils/) and
    th-libs utility library (https://tnsp.org/hg/th-libs/)
    and their depencies.
 
--- a/tools/makegmaps.php	Thu Dec 03 06:26:08 2020 +0200
+++ b/tools/makegmaps.php	Fri Mar 12 14:42:59 2021 +0200
@@ -366,7 +366,7 @@
 if (!file_exists($cfg["pathMapUtils"]))
 {
   // If maputils does not exist, clone the repository
-  $tmp = $cfg["binMercurial"]." clone http://pupunen.net/hg/maputils/ ".escapeshellarg($cfg["pathMapUtils"]);
+  $tmp = $cfg["binMercurial"]." clone http://tnsp.org/hg/batmud/maputils/ ".escapeshellarg($cfg["pathMapUtils"]);
   echo "* $tmp\n";
   passthru($tmp) == 0 or die("Error executing: ".$tmp."\n");