aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-10-22 14:32:29 +0200
committerLoïc Hoguin <[email protected]>2015-10-22 14:32:29 +0200
commit881d09a20b0d0533ee4f8d7c93b213500031532e (patch)
tree4bff5f1a9df7600d38cb1837a88394d650e82878
parent6b668fdb3ca13ef3af37ed8b1f019ab8bc868ae3 (diff)
parent48f7228c632cd3df8028771efb8ad589099b7343 (diff)
downloadgun-881d09a20b0d0533ee4f8d7c93b213500031532e.tar.gz
gun-881d09a20b0d0533ee4f8d7c93b213500031532e.tar.bz2
gun-881d09a20b0d0533ee4f8d7c93b213500031532e.zip
Merge branch 'master' of https://github.com/rightfold/gun
-rw-r--r--rebar.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index ef5e1f3..79ec073 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,4 +1,4 @@
{deps, [
- {cowlib, ".*", {git, "git://github.com/extend/cowlib.git", "1.3.0"}},
- {ranch, ".*", {git, "git://github.com/extend/ranch.git", "master"}}
+ {cowlib, ".*", {git, "https://github.com/extend/cowlib.git", "1.3.0"}},
+ {ranch, ".*", {git, "https://github.com/extend/ranch.git", "master"}}
]}.