diff --git a/rebar.config b/rebar.config index 7410a12..baba930 100644 --- a/rebar.config +++ b/rebar.config @@ -2,7 +2,7 @@ {deps, [ % {cre, "0.1.8"}, - {cre, {git, "git://github.com/joergen7/cre.git", {branch, "master"}}}, + {cre, {git, "https://github.com/joergen7/cre.git", {branch, "master"}}}, {getopt, "1.0.1"}, {lib_conf, "0.1.5"} ]}.