diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-07-23 19:17:58 +0200 |
---|---|---|
committer | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-07-23 19:17:58 +0200 |
commit | 7d6376ab51dbea36dc58a2bee41d24bb851a8b50 (patch) | |
tree | b453a6438984c24ee80f56289f1881ee6f29cf18 /mix.exs | |
parent | 6100b902091511d038afe5541a4ac56db256b5d0 (diff) | |
download | pleroma-chores/our-libs-hex-releases.tar.gz |
mix.exs: Use hex releases for our librairieschores/our-libs-hex-releases
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -168,9 +168,7 @@ defmodule Pleroma.Mixfile do {:timex, "~> 3.5"}, {: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"}, |