diff --git a/rebar.config b/rebar.config index 36a5e3f..cdeeb3b 100644 --- a/rebar.config +++ b/rebar.config @@ -17,13 +17,13 @@ {deps, [ %% This is until a patch of ours gets merged into the main epgsql repo {epgsql, ".*", - {git, "git://github.com/chef/epgsql-1.git", {branch, "master"}}}, + {git, "https://github.com/chef/epgsql-1.git", {branch, "master"}}}, {pooler, ".*", - {git, "git://github.com/chef/pooler.git", {branch, "master"}}}, + {git, "https://github.com/chef/pooler.git", {branch, "master"}}}, {envy, ".*", - {git, "git://github.com/manderson26/envy.git", {branch, "master"}}} + {git, "https://github.com/manderson26/envy.git", {branch, "master"}}} ]}. {dev_only_deps, []}.