From b96145e646a8a81e1f7bf25a13005c42ea4c836c Mon Sep 17 00:00:00 2001 From: wanjiku_macharia Date: Wed, 12 Jan 2022 09:08:11 +0300 Subject: [PATCH] change git:// to https:// --- rebar.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rebar.config b/rebar.config index 8cc128a..0792ae3 100644 --- a/rebar.config +++ b/rebar.config @@ -1,5 +1,5 @@ {deps, [ - {epgsql, ".*", {git, "git://github.com/epgsql/epgsql.git", {branch, "devel"}}}, - {poolboy, ".*", {git, "git://github.com/devinus/poolboy.git", {tag, "1.4.2"}}} + {epgsql, ".*", {git, "https://github.com/epgsql/epgsql", {branch, "devel"}}}, + {poolboy, ".*", {git, "https://github.com/devinus/poolboy", {tag, "1.4.2"}}} ]}.