diff --git a/recipes/webgrind.rb b/recipes/webgrind.rb
index 2cd02cf2dfa20cb3a53c2a1f19778cb2366b730a..2484395abd1fb3c0f5e8d851fab5eb0378d1930a 100644
--- a/recipes/webgrind.rb
+++ b/recipes/webgrind.rb
@@ -42,7 +42,7 @@ directory node['webgrind']['install_path'] do
 end
 
 git node['webgrind']['install_path'] do
-	repository 'ssh://git@github.com/jokkedk/webgrind.git'
+	repository 'https://github.com/jokkedk/webgrind.git'
 	revision 'master'
 	action :sync
 end