summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-07-22 11:22:34 +0000
committerlain <lain@soykaf.club>2020-07-22 11:22:34 +0000
commit96f023be5c3b6d41f610ceecd50320da2aacca8d (patch)
tree907c028edb724a9ea6467bfc7031d564ee927a0d
parentc36113cdf5865cbccbd1da2f7404454134139e43 (diff)
parentc8fe0321b094b691563c2444b3f5e5f325e38431 (diff)
Merge branch 'bugfix/limiter_git_url' into 'develop'
mix.exs: Append .git to git repo URLs Closes #1980 See merge request pleroma/pleroma!2787
-rw-r--r--mix.exs7
1 files changed, 4 insertions, 3 deletions
diff --git a/mix.exs b/mix.exs
index 52b4cf268..930d09b1b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -151,12 +151,13 @@ defmodule Pleroma.Mixfile do
{:credo, "~> 1.1.0", only: [:dev, :test], runtime: false},
{:mock, "~> 0.3.3", only: :test},
{:crypt,
- git: "https://github.com/msantos/crypt", ref: "f63a705f92c26955977ee62a313012e309a4d77a"},
+ git: "https://github.com/msantos/crypt.git",
+ ref: "f63a705f92c26955977ee62a313012e309a4d77a"},
{:cors_plug, "~> 1.5"},
{:ex_doc, "~> 0.21", only: :dev, runtime: false},
{:web_push_encryption, "~> 0.2.1"},
{:swoosh,
- git: "https://github.com/swoosh/swoosh",
+ git: "https://github.com/swoosh/swoosh.git",
ref: "c96e0ca8a00d8f211ec1f042a4626b09f249caa5",
override: true},
{:phoenix_swoosh, "~> 0.2"},
@@ -190,7 +191,7 @@ defmodule Pleroma.Mixfile do
{:excoveralls, "~> 0.12.1", only: :test},
{:flake_id, "~> 0.1.0"},
{:concurrent_limiter,
- git: "https://git.pleroma.social/pleroma/elixir-libraries/concurrent_limiter",
+ git: "https://git.pleroma.social/pleroma/elixir-libraries/concurrent_limiter.git",
ref: "8eee96c6ba39b9286ec44c51c52d9f2758951365"},
{:remote_ip,
git: "https://git.pleroma.social/pleroma/remote_ip.git",