Fetch the library from the Pleroma repository
This commit is contained in:
parent
88cc7e6a04
commit
9511212e32
2 changed files with 4 additions and 2 deletions
4
mix.exs
4
mix.exs
|
|
@ -194,7 +194,9 @@ defmodule Pleroma.Mixfile do
|
|||
{:ecto_psql_extras, "~> 0.6"},
|
||||
{:vix, "~> 0.25.0"},
|
||||
{:elixir_make, "~> 0.7.7", override: true},
|
||||
{:blurhash, git: "https://git.feld.me/feld/blurhash.git", ref: "master"},
|
||||
{:blurhash,
|
||||
git: "https://git.pleroma.social/pleroma/elixir-libraries/blurhash.git",
|
||||
ref: "61cfc428df3f266bdd20f181d188c6f59da34814"},
|
||||
|
||||
## dev & test
|
||||
{:ex_doc, "~> 0.22", only: :dev, runtime: false},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue