X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/245d811e107a1dd37664e59f95447a8d24e62423..94b0b4c15c3e0916e3335c453978dc8732f51ffa:/cookbooks/gps-tile/recipes/default.rb 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"