From 94b0b4c15c3e0916e3335c453978dc8732f51ffa Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 17 Feb 2022 19:47:40 +0000 Subject: [PATCH] Update github URLs for gpx tile code --- cookbooks/gps-tile/recipes/default.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.43.2