mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2026-02-15 17:16:57 +00:00
Fix libraries
This commit is contained in:
parent
4fb927a1b0
commit
a28caf2d6e
1 changed files with 2 additions and 2 deletions
4
mix.exs
4
mix.exs
|
|
@ -138,7 +138,7 @@ defmodule Pleroma.Mixfile do
|
|||
{:plug_cowboy, "~> 2.7"},
|
||||
{:oban, "~> 2.19.0"},
|
||||
{:oban_plugins_lazarus,
|
||||
git: "https://git.pleroma.com/pleroma/elixir-libraries/oban_plugins_lazarus.git",
|
||||
git: "https://git.pleroma.com/pleroma-elixir-libraries/oban_plugins_lazarus.git",
|
||||
ref: "e49fc355baaf0e435208bf5f534d31e26e897711"},
|
||||
{:oban_web, "~> 2.11"},
|
||||
{:gettext, "~> 0.20"},
|
||||
|
|
@ -187,7 +187,7 @@ defmodule Pleroma.Mixfile do
|
|||
git: "https://git.pleroma.com/pleroma/remote_ip.git",
|
||||
ref: "b647d0deecaa3acb140854fe4bda5b7e1dc6d1c8"},
|
||||
{:captcha,
|
||||
git: "https://git.pleroma.com/pleroma/elixir-libraries/elixir-captcha.git",
|
||||
git: "https://git.pleroma.com/pleroma-elixir-libraries/elixir-captcha.git",
|
||||
ref: "e7b7cc34cc16b383461b966484c297e4ec9aeef6"},
|
||||
{:restarter, path: "./restarter"},
|
||||
{:majic, "~> 1.0"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue