aboutsummaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorSteven Blowers <shdblowers@gmail.com>2016-11-22 13:47:50 +0000
committerSteven Blowers <shdblowers@gmail.com>2016-11-22 13:47:50 +0000
commitd467b76c0da3fb4710161ce89a3bf994ae1483b4 (patch)
tree9f2bb1681bcef5806a480fbae0bf207368c199b8 /mix.exs
parentea7f4479f151f95d4f1c1b7df121b4ec0dc6e309 (diff)
downloadzendex-d467b76c0da3fb4710161ce89a3bf994ae1483b4.tar.gz
zendex-d467b76c0da3fb4710161ce89a3bf994ae1483b4.tar.xz
now using simpler license, MIT
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 41d57fd..245d700 100644
--- a/mix.exs
+++ b/mix.exs
@@ -40,7 +40,7 @@ defmodule Zendex.Mixfile do
[name: :zendex,
files: ["lib/zendex", "mix.exs", "README.md", "LICENSE"],
maintainers: ["Steven Blowers"],
- licenses: ["Apache 2.0"],
+ licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/shdblowers/zendex"}]
end
end