jbrisbin / amqp_client

Rebar-friendly fork of rabbitmq-erlang-client
101 stars 118 forks source link

Use HTTPS instead of the unencrypted, unauthenticated, Git protocol #24

Closed ahf closed 9 years ago

ahf commented 9 years ago

This patch uses https:// instead of git:// for fetching rabbit_common. This patch won't interfere with people's Travis CI setups and should be a completely silently update, but will add some extra security benefits of https :-)

jbrisbin commented 9 years ago

Thanks for the PR!