Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeustradamus <104737+Neustradamus@users.noreply.github.com>2021-01-13 05:22:41 +0300
committerNeustradamus <104737+Neustradamus@users.noreply.github.com>2021-01-13 05:22:41 +0300
commit34f9eaa8e9a42c05cebb4331d62708fc98b0f18a (patch)
tree360340c89a9754bd89aad9208afef207d516439d /rebar.config.script
parent83cea3c23ee31373722d254775b04641f72419e9 (diff)
Remove .git ending from links
Remove .git ending from links
Diffstat (limited to 'rebar.config.script')
-rw-r--r--rebar.config.script2
1 files changed, 1 insertions, 1 deletions
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,