Set icalendar fork repo url to https instead of Git

I'm so stupid

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2019-03-06 17:19:40 +01:00
parent d3e2f28b49
commit ab3e0c8d7d
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with 1 additions and 1 deletions

View File

@ -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"},