summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorSean King <seanking2919@protonmail.com>2022-01-01 14:49:57 -0700
committerSean King <seanking2919@protonmail.com>2022-01-01 14:49:57 -0700
commit91ea394cd05783f5a58b37b10de40d31bbc77516 (patch)
tree23eecbbeac6264a2ae45ed5bc628ac8e0da172e5 /mix.exs
parent86e692aeb12cfbbf3a8d256be88b13a0bbc06cba (diff)
Change concurrent_limiter to Hex PM version 0.1.1
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 1 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index 360d49905..5529e6103 100644
--- a/mix.exs
+++ b/mix.exs
@@ -183,9 +183,7 @@ defmodule Pleroma.Mixfile do
{:ex_const, "~> 0.2"},
{:plug_static_index_html, "~> 1.0.0"},
{:flake_id, "~> 0.1.0"},
- {:concurrent_limiter,
- git: "https://git.pleroma.social/pleroma/elixir-libraries/concurrent_limiter.git",
- ref: "d81be41024569330f296fc472e24198d7499ba78"},
+ {:concurrent_limiter, "~> 0.1.1"},
{:remote_ip,
git: "https://git.pleroma.social/pleroma/remote_ip.git",
ref: "b647d0deecaa3acb140854fe4bda5b7e1dc6d1c8"},