diff options
Diffstat (limited to '')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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"}, |