From: Tom Hughes Date: Thu, 17 Feb 2022 19:47:40 +0000 (+0000) Subject: Update github URLs for gpx tile code X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/94b0b4c15c3e0916e3335c453978dc8732f51ffa Update github URLs for gpx tile code --- diff --git a/cookbooks/gps-tile/recipes/default.rb b/cookbooks/gps-tile/recipes/default.rb index 21a515034..558ac0107 100644 --- a/cookbooks/gps-tile/recipes/default.rb +++ b/cookbooks/gps-tile/recipes/default.rb @@ -43,7 +43,7 @@ end git "/srv/gps-tile.openstreetmap.org/import" do action :sync - repository "https://github.com/ericfischer/gpx-import.git" + repository "https://github.com/e-n-f/gpx-import.git" revision "live" depth 1 user "gpstile" @@ -61,7 +61,7 @@ end git "/srv/gps-tile.openstreetmap.org/datamaps" do action :sync - repository "https://github.com/ericfischer/datamaps.git" + repository "https://github.com/e-n-f/datamaps.git" revision "live" depth 1 user "gpstile" @@ -79,7 +79,7 @@ end git "/srv/gps-tile.openstreetmap.org/updater" do action :sync - repository "https://github.com/ericfischer/gpx-updater.git" + repository "https://github.com/e-n-f/gpx-updater.git" revision "live" depth 1 user "gpstile"