diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-10-09 11:26:51 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-10-12 12:25:45 -0500 |
commit | c4fae2611ff4da7c418de236fa643021ddc778c8 (patch) | |
tree | 360bb74cd0ef1365eed1e306a30cec44b9141c6c /mix.exs | |
parent | 04b514c567aa664d2606313d17be69e665a7f1af (diff) | |
download | pleroma-c4fae2611ff4da7c418de236fa643021ddc778c8.tar.gz |
Switch Majic to a copy hosted in our GitLab
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -188,7 +188,8 @@ defmodule Pleroma.Mixfile do git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git", ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"}, {:restarter, path: "./restarter"}, - {:majic, git: "https://github.com/hrefhref/majic", branch: "develop"}, + {:majic, + git: "https://git.pleroma.social/pleroma/elixir-libraries/majic", branch: "develop"}, {:open_api_spex, git: "https://git.pleroma.social/pleroma/elixir-libraries/open_api_spex.git", ref: "f296ac0924ba3cf79c7a588c4c252889df4c2edd"}, |