summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2020-09-07 15:21:20 +0300
committerrinpatch <rinpatch@sdf.org>2020-09-07 15:21:20 +0300
commit8628e1b216339eaf0c294aa8f01911a9399d912d (patch)
treea0c2fce1884b1be9eaa8124591d844920c07b6e2 /mix.exs
parentd5c286b80225b51dabf4eb63ad8ab818ea534851 (diff)
switch back to upstream tesla
The patch we required got merged upstream: https://github.com/teamon/tesla/commit/9f7261ca49f9f901ceb73b60219ad6f8a9f6aa30
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index c324960c5..8f69a15f2 100644
--- a/mix.exs
+++ b/mix.exs
@@ -134,8 +134,8 @@ defmodule Pleroma.Mixfile do
{:cachex, "~> 3.2"},
{:poison, "~> 3.0", override: true},
{:tesla,
- git: "https://git.pleroma.social/pleroma/elixir-libraries/tesla.git",
- ref: "3a2789d8535f7b520ebbadc4494227e5ba0e5365",
+ git: "https://github.com/teamon/tesla/",
+ ref: "9f7261ca49f9f901ceb73b60219ad6f8a9f6aa30",
override: true},
{:castore, "~> 0.1"},
{:cowlib, "~> 2.9", override: true},