diff options
Diffstat (limited to '')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -56,7 +56,6 @@ defmodule Nola.Mixfile do {:extwitter, "~> 0.14.0"}, {:entropy_string, "~> 1.0.0"}, {:abacus, "~> 0.3.3"}, - {:ex_chain, github: "eljojo/ex_chain"}, {:timex, "~> 3.6"}, {:muontrap, "~> 0.5.1"}, {:tzdata, "~> 1.0"}, @@ -77,7 +76,7 @@ defmodule Nola.Mixfile do {:oauth2, "~> 2.0"}, {:powerdnsex, git: "https://git.random.sh/ircbot/powerdnsex.git", branch: "master"}, {:pfx, "~> 0.7.0"}, - {:flake_id, "~> 0.1.0"} + {:flake_id, "~> 0.1.0"}, ] end |