From 34f9eaa8e9a42c05cebb4331d62708fc98b0f18a Mon Sep 17 00:00:00 2001 From: Neustradamus <104737+Neustradamus@users.noreply.github.com> Date: Wed, 13 Jan 2021 03:22:41 +0100 Subject: [PATCH] Remove .git ending from links Remove .git ending from links --- rebar.config | 4 ++-- rebar.config.script | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rebar.config b/rebar.config index 1c9e7371b..f6c35c2c5 100644 --- a/rebar.config +++ b/rebar.config @@ -18,7 +18,7 @@ %%% %%%---------------------------------------------------------------------- -{deps, [{base64url, ".*", {git, "https://github.com/dvv/base64url.git", {tag, "1.0.1"}}}, +{deps, [{base64url, ".*", {git, "https://github.com/dvv/base64url", {tag, "1.0.1"}}}, {cache_tab, ".*", {git, "https://github.com/processone/cache_tab", {tag, "1.0.26"}}}, {eimp, ".*", {git, "https://github.com/processone/eimp", {tag, "1.0.18"}}}, {if_var_true, elixir, @@ -41,7 +41,7 @@ {if_var_true, tools, {luerl, ".*", {git, "https://github.com/rvirding/luerl", {tag, "v0.3"}}}}, {mqtree, ".*", {git, "https://github.com/processone/mqtree", {tag, "1.0.11"}}}, - {p1_acme, ".*", {git, "https://github.com/processone/p1_acme.git", {tag, "1.0.10"}}}, + {p1_acme, ".*", {git, "https://github.com/processone/p1_acme", {tag, "1.0.10"}}}, {if_var_true, mysql, {p1_mysql, ".*", {git, "https://github.com/processone/p1_mysql", {tag, "1.0.17"}}}}, {p1_oauth2, ".*", {git, "https://github.com/processone/p1_oauth2", {tag, "0.6.8"}}}, diff --git a/rebar.config.script b/rebar.config.script index e08eb60fe..678ee3a8e 100644 --- a/rebar.config.script +++ b/rebar.config.script @@ -359,7 +359,7 @@ Rules = [ {clean, {asn, clean}} ]}]), []}, {[deps], os:getenv("TRAVIS") == "true", - AppendList([{coveralls, ".*", {git, "https://github.com/markusn/coveralls-erl.git", {tag, "v2.0.1"}}}]), []}, + AppendList([{coveralls, ".*", {git, "https://github.com/markusn/coveralls-erl", {tag, "v2.0.1"}}}]), []}, {[post_hooks], [cover_enabled], os:getenv("TRAVIS") == "true", AppendList2(TravisPostHooks), [], false}, {[overrides], [post_hook_configure], SystemDeps == false,