diff --git a/priv/rebar.config b/priv/rebar.config index 932855b..de820c6 100644 --- a/priv/rebar.config +++ b/priv/rebar.config @@ -1,5 +1,4 @@ {deps, [ - {bad, ".*", {git, "git://github.com/bad/bad.git", "master"}}, - {also_bad, ".*", {git, "git://github.com/good/good.git", "1.0.0"}} - {good, ".*", {git, "https://github.com/good/good.git", "1.0.0"}} + {bad, ".*", {git, "https://github.com/bad/bad.git", "master"}}, + {good, ".*", {git, "https://github.com/good/good.git", "1.0.0"}} ]}.