1
0
Fork 0
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:
Lain Soykaf 2026-02-07 14:11:15 +04:00
parent 4fb927a1b0
commit a28caf2d6e

View file

@ -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"},