Skip to content

Commit

Permalink
Use a public git repository for cowboy in rebar.config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tOkeshu committed Jun 26, 2011
1 parent 5ae19d1 commit 690c36f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
@@ -1,4 +1,4 @@
%%-*- mode: erlang -*- %%-*- mode: erlang -*-
{deps, [ {deps, [
{cowboy, ".*", {git, "git@github.com:extend/cowboy.git", "master"}} {cowboy, ".*", {git, "git://github.com/extend/cowboy.git", "master"}}
]}. ]}.

0 comments on commit 690c36f

Please sign in to comment.