summaryrefslogtreecommitdiff
path: root/rebar.config
diff options
context:
space:
mode:
authorNeustradamus <104737+Neustradamus@users.noreply.github.com>2021-01-13 03:22:41 +0100
committerNeustradamus <104737+Neustradamus@users.noreply.github.com>2021-01-13 03:22:41 +0100
commit34f9eaa8e9a42c05cebb4331d62708fc98b0f18a (patch)
tree360340c89a9754bd89aad9208afef207d516439d /rebar.config
parentMention gettext and weblate to update translations (diff)
Remove .git ending from links
Remove .git ending from links
Diffstat (limited to 'rebar.config')
-rw-r--r--rebar.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config
index 1c9e7371..f6c35c2c 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"}}},