diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-29 07:23:06 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-07-29 07:23:06 +0300 |
commit | b4603a9c9cf9d072a3220aed1c843132d642cc1f (patch) | |
tree | 914f332a69a3128689fa3e94f8567e7e1a9f50e9 /mix.exs | |
parent | d6e36aaf06e0e80eeb062ce6228a794a585309ba (diff) | |
download | pleroma-b4603a9c9cf9d072a3220aed1c843132d642cc1f.tar.gz |
set http_signatures version
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -160,9 +160,7 @@ defmodule Pleroma.Mixfile do {:timex, "~> 3.6"}, {:ueberauth, "~> 0.4"}, {:linkify, "~> 0.2.0"}, - {:http_signatures, - git: "https://git.pleroma.social/pleroma/http_signatures.git", - ref: "293d77bb6f4a67ac8bde1428735c3b42f22cbb30"}, + {:http_signatures, "~> 0.1.0"}, {:telemetry, "~> 0.3"}, {:poolboy, "~> 1.5"}, {:prometheus, "~> 4.6"}, |