dotfiles

Author: Kyle Fuller <inbox@kylefuller.co.uk> 2012-03-28 10:09:47 +0100 +0100
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2012-03-28 10:12:21 +0100 +0100
Commit: f00d9049e3b63122edc05a4ea18e17311c43edf8
Parent: 5d659e4140f228a5d299d26eb91af95cfb1dfa24


Use HTTP to pull from github
diff --git a/.gitmodules b/.gitmodules
index bfef0f5d70bf2ebafbd3d1b59dca9c067f4fcd91..1164e33d804a92c2f72a5f5b8c68aaf75c1fc455 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -3,7 +3,7 @@ 	path = .vim/bundle/topfunky-light/colors
 	url = git://gist.github.com/424448.git
 [submodule ".autoenv"]
 	path = .autoenv
-	url = git://github.com/kennethreitz/autoenv.git
+	url = https://github.com/kennethreitz/autoenv.git
 [submodule ".oh-my-zsh"]
 	path = .oh-my-zsh
 	url = https://github.com/robbyrussell/oh-my-zsh.git