From ab3e0c8d7dbbb54d5d8d659517cf4916fc6ee473 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Wed, 6 Mar 2019 17:19:40 +0100 Subject: [PATCH] Set icalendar fork repo url to https instead of Git I'm so stupid Signed-off-by: Thomas Citharel --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 5bb5251b..0ec71673 100644 --- a/mix.exs +++ b/mix.exs @@ -66,7 +66,7 @@ defmodule Mobilizon.Mixfile do {:geo_postgis, "~> 3.1"}, {:timex, "~> 3.0"}, # Waiting for https://github.com/lpil/icalendar/pull/29 - {:icalendar, git: "git@framagit.org:tcit/icalendar.git"}, + {:icalendar, git: "https://framagit.org/tcit/icalendar"}, {:exgravatar, "~> 2.0.1"}, {:httpoison, "~> 1.0"}, {:json_ld, "~> 0.3"},