forked from potsda.mn/mobilizon
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:
parent
d3e2f28b49
commit
ab3e0c8d7d
2
mix.exs
2
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"},
|
||||
|
|
Loading…
Reference in a new issue