summaryrefslogtreecommitdiff
path: root/.gitmodules
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2013-01-15 23:26:45 -0500
committerAlan Antonuk <alan.antonuk@gmail.com>2013-01-15 23:26:45 -0500
commit63c79f95d490834455940e54bf6ef01f9463f4e0 (patch)
tree0eef18df131ca1985ad52e6a7c4bb385f0c06a05 /.gitmodules
parent5e2de304f6198785660e9b49d70369b6c603c673 (diff)
downloadrabbitmq-c-63c79f95d490834455940e54bf6ef01f9463f4e0.tar.gz
Use https for codegen submodule URI protocol
https is more likely to be allowed through corporate firewalls than the git protocol
Diffstat (limited to '.gitmodules')
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
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