Skip to content

Commit

Permalink
Update the dependencies to use https
Browse files Browse the repository at this point in the history
Signed-off-by: Kallol Roy <[email protected]>
  • Loading branch information
kalroy committed Jan 11, 2022
1 parent a27e3e5 commit b33a45d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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, []}.
Expand Down

0 comments on commit b33a45d

Please sign in to comment.