]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/gps-tile/recipes/default.rb
Use https for github URLs
[chef.git] / cookbooks / gps-tile / recipes / default.rb
index 42b3f8a288e749b1cc17083629bbb77cc207bd52..77231a801bc74f28c768c326932d5411bb365e27 100644 (file)
@@ -43,7 +43,7 @@ end
 
 git "/srv/gps-tile.openstreetmap.org/import" do
   action :sync
-  repository "git://github.com/ericfischer/gpx-import.git"
+  repository "https://github.com/ericfischer/gpx-import.git"
   revision "live"
   user "gpstile"
   group "gpstile"
@@ -60,7 +60,7 @@ end
 
 git "/srv/gps-tile.openstreetmap.org/datamaps" do
   action :sync
-  repository "git://github.com/ericfischer/datamaps.git"
+  repository "https://github.com/ericfischer/datamaps.git"
   revision "live"
   user "gpstile"
   group "gpstile"
@@ -77,7 +77,7 @@ end
 
 git "/srv/gps-tile.openstreetmap.org/updater" do
   action :sync
-  repository "git://github.com/ericfischer/gpx-updater.git"
+  repository "https://github.com/ericfischer/gpx-updater.git"
   revision "live"
   user "gpstile"
   group "gpstile"