From 5a9ac2dc2c6b26e45c56e8ac7531c3538118c125 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rgen=20Brandt?= Date: Fri, 27 May 2022 09:45:58 +0200 Subject: [PATCH] replace git with https --- rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rebar.config b/rebar.config index 7410a12..baba930 100644 --- a/rebar.config +++ b/rebar.config @@ -2,7 +2,7 @@ {deps, [ % {cre, "0.1.8"}, - {cre, {git, "git://github.com/joergen7/cre.git", {branch, "master"}}}, + {cre, {git, "https://github.com/joergen7/cre.git", {branch, "master"}}}, {getopt, "1.0.1"}, {lib_conf, "0.1.5"} ]}.