summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorTiago Freire <tcfonnet@gmail.com>2016-08-16 01:18:30 -0300
committerTiago Freire <code.tiago.frire@locaweb.com.br>2016-08-18 15:08:05 -0300
commit1db1adbf2d061848f78711c38678edd02250f923 (patch)
tree2932151e492855506a40c9e7af5b6e7583aa1903 /mix.exs
parent[WIP] Init. (diff)
WIP
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs4
1 files changed, 2 insertions, 2 deletions
diff --git a/mix.exs b/mix.exs
index b6069f5..88dc757 100644
--- a/mix.exs
+++ b/mix.exs
@@ -1,8 +1,8 @@
-defmodule PowerDNSx.Mixfile do
+defmodule PowerDNSex.Mixfile do
use Mix.Project
def project do
- [app: :powerdnsx,
+ [app: :powerdnsex,
version: "0.1.0",
elixir: "~> 1.3",
build_embedded: Mix.env == :prod,