From b33a45d03e232dbda9d8e197eaf8bf3839c54e1a Mon Sep 17 00:00:00 2001 From: Kallol Roy Date: Tue, 11 Jan 2022 21:20:06 +0530 Subject: [PATCH] Update the dependencies to use https Signed-off-by: Kallol Roy --- rebar.config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, []}.