diff options
author | Loïc Hoguin <[email protected]> | 2015-07-25 19:16:03 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-07-25 19:16:03 +0200 |
commit | 039e85db1e2a7216d8f72d0e2b6ad87a6cb45d89 (patch) | |
tree | 255590cad17f8c0ca94f303ec8b613ad67adfbef | |
parent | 5394d0e08c657e85e1706e02fdbc63eff19a72c8 (diff) | |
parent | 06bd01d35ef808ccc5cab2a0285579d60f73df40 (diff) | |
download | cowboy-039e85db1e2a7216d8f72d0e2b6ad87a6cb45d89.tar.gz cowboy-039e85db1e2a7216d8f72d0e2b6ad87a6cb45d89.tar.bz2 cowboy-039e85db1e2a7216d8f72d0e2b6ad87a6cb45d89.zip |
Merge branch 'use-https' of https://github.com/ahf/cowboy
-rw-r--r-- | rebar.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config index 04b6f41..0ddacbe 100644 --- a/rebar.config +++ b/rebar.config @@ -1,4 +1,4 @@ {deps, [ - {cowlib, ".*", {git, "git://github.com/ninenines/cowlib.git", "1.3.0"}}, - {ranch, ".*", {git, "git://github.com/ninenines/ranch.git", "1.0.0"}} + {cowlib, ".*", {git, "https://github.com/ninenines/cowlib.git", "1.3.0"}}, + {ranch, ".*", {git, "https://github.com/ninenines/ranch.git", "1.0.0"}} ]}. |