Skip to content

Commit

Permalink
Use https for git dependencies
Browse files Browse the repository at this point in the history
Workaround for users with firewall rules preventing git access.
  • Loading branch information
msantos committed May 2, 2012
1 parent db49af3 commit cf3faa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
{"priv/epcap", ["c_src/epcap.c", "c_src/epcap_priv.c"]}
]}.
{deps, [
{pkt, ".*", {git, "git://github.com/msantos/pkt.git", "master"}}
{pkt, ".*", {git, "https://github.com/msantos/pkt.git", "master"}}
]}.

0 comments on commit cf3faa2

Please sign in to comment.