Skip to content

Commit

Permalink
Merge pull request #113 from chef/update_git_dependencies
Browse files Browse the repository at this point in the history
Update the dependencies to use https
  • Loading branch information
kalroy committed Jan 11, 2022
2 parents a27e3e5 + b33a45d commit ebbe4c2
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 ebbe4c2

Please sign in to comment.