Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
replace all git links by https
  • Loading branch information
benoitc committed Sep 8, 2014
1 parent bf40b1e commit f022442
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions apps/couch_httpd/rebar.config
Expand Up @@ -10,15 +10,15 @@

{deps, [
%% mochiweb module, http framework
{mochiweb, ".*", {git,"git://github.com/rcouch/mochiweb.git",
{mochiweb, ".*", {git,"https://github.com/rcouch/mochiweb.git",
{branch, "master"}}},

%% cowboy adapter to mochiweb
{ranch, ".*", {git,"git://github.com/rcouch/ranch.git",
{ranch, ".*", {git,"https://github.com/rcouch/ranch.git",
{branch, "rcouch"}}},

%% logging
{lager, ".*", {git, "git://github.com/basho/lager.git",
{lager, ".*", {git, "https://github.com/basho/lager.git",
{branch, "master"}}}
]}.

2 changes: 1 addition & 1 deletion rebar.config
Expand Up @@ -11,7 +11,7 @@
{deps, [

%% logging
{lager, ".*", {git, "git://github.com/basho/lager.git",
{lager, ".*", {git, "https://github.com/basho/lager.git",
{branch, "master"}}}
]}.

Expand Down
4 changes: 2 additions & 2 deletions rebar_dev.config
Expand Up @@ -11,11 +11,11 @@

{deps, [
%% logging
{lager, ".*", {git, "git://github.com/basho/lager.git",
{lager, ".*", {git, "https://github.com/basho/lager.git",
{branch, "master"}}},

%% test with etap
{etap, ".*", {git, "git://github.com/rcouch/etap.git",
{etap, ".*", {git, "https://github.com/rcouch/etap.git",
{branch, "master"}}}

]}.
Expand Down

0 comments on commit f022442

Please sign in to comment.