]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/stateofthemap/recipes/default.rb
Use https for github URLs
[chef.git] / cookbooks / stateofthemap / recipes / default.rb
index 39307279da59700d118990025a3b29b42d7dfd31..fad08875d6cf71f8df8588b46eb39903837c9f69 100644 (file)
@@ -302,7 +302,7 @@ end
 %w[2016 2017 2018 2019 2020].each do |year|
   git "/srv/#{year}.stateofthemap.org" do
     action :sync
-    repository "git://github.com/openstreetmap/stateofthemap-#{year}.git"
+    repository "https://github.com/openstreetmap/stateofthemap-#{year}.git"
     user "root"
     group "root"
     notifies :run, "execute[/srv/#{year}.stateofthemap.org/Gemfile]"