X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/a48d3c6dbc350bfb430691dbc128ff06ad8f979a..f5c209a2991b26130dcae5cfcc613be001f5106d:/cookbooks/donate/recipes/default.rb diff --git a/cookbooks/donate/recipes/default.rb b/cookbooks/donate/recipes/default.rb index 25441aaf6..c2249ee9c 100644 --- a/cookbooks/donate/recipes/default.rb +++ b/cookbooks/donate/recipes/default.rb @@ -54,7 +54,7 @@ end git "/srv/donate.openstreetmap.org" do action :sync - repository "git://github.com/osmfoundation/donation-drive.git" + repository "https://github.com/osmfoundation/donation-drive.git" user "donate" group "donate" end