summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorhref <href@random.sh>2021-09-02 06:40:07 +0200
committerhref <href@random.sh>2021-09-02 06:40:07 +0200
commit93839df5df4a8bd24d086cd6c9483f1ee5058f38 (patch)
treec8406f168309b66429fd0fcde3ab0b68a0aab215 /mix.exs
parenttelegram: plumb room (diff)
exirc fork: use git repo
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs3
1 files changed, 1 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index 6fec79a..92b379b 100644
--- a/mix.exs
+++ b/mix.exs
@@ -38,8 +38,7 @@ defmodule LSG.Mixfile do
{:poison, "~> 4.0", override: true},
{:floki, "~> 0.19.3"},
{:ecto, "~> 3.4"},
- #{:exirc, github: "hrefhref/exirc"},
- {:exirc, path: "../exirc/"},
+ {:exirc, git: "https://git.random.sh/ircbot/exirc.git", branch: "fix-who-nick"},
{:distillery, "~> 2.0"},
{:earmark, "~> 1.2"},
{:oauther, "~> 1.1"},