Skip to content

Commit

Permalink
replace git with https
Browse files Browse the repository at this point in the history
  • Loading branch information
joergen7 committed May 27, 2022
1 parent 07538fe commit a556f03
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 @@ -3,11 +3,11 @@

{deps, [
% {cf_client, "0.1.6"},
{cf_client, {git, "git://github.com/joergen7/cf_client.git", {branch, "master"}}},
{cf_client, {git, "https://github.com/joergen7/cf_client.git", {branch, "master"}}},
% {cf_worker, "0.1.6"},
{cf_worker, {git, "git://github.com/joergen7/cf_worker.git", {branch, "master"}}},
{cf_worker, {git, "https://github.com/joergen7/cf_worker.git", {branch, "master"}}},
% {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"}
]}.
Expand Down

0 comments on commit a556f03

Please sign in to comment.