From 63c79f95d490834455940e54bf6ef01f9463f4e0 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Tue, 15 Jan 2013 23:26:45 -0500 Subject: Use https for codegen submodule URI protocol https is more likely to be allowed through corporate firewalls than the git protocol --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 78954dc..29d3eac 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "codegen"] path = codegen - url = git://github.com/rabbitmq/rabbitmq-codegen.git + url = https://github.com/rabbitmq/rabbitmq-codegen.git -- cgit v1.2.1