]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/foundation/recipes/owg.rb
Use https for github URLs
[chef.git] / cookbooks / foundation / recipes / owg.rb
index b60d02bac284c6394c02391ccb9ea19c59a1de1a..70662e702708e97196c1ad61c51b2c356dc08dba 100644 (file)
@@ -32,7 +32,7 @@ end
 
 git "/srv/operations.osmfoundation.org" do
   action :sync
-  repository "git://github.com/openstreetmap/owg-website.git"
+  repository "https://github.com/openstreetmap/owg-website.git"
   user "root"
   group "root"
   notifies :run, "execute[/srv/operations.osmfoundation.org/Gemfile]"