summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
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 34ad2af..9140d4e 100644
--- a/mix.exs
+++ b/mix.exs
@@ -7,7 +7,7 @@ defmodule MatrixAppService.MixProject do
app: :matrix_app_service,
source_url: "https://gitlab.com/kazarma/matrix_app_service.ex",
homepage_url: "https://gitlab.com/kazarma/matrix_app_service.ex",
- version: "0.1.0",
+ version: "0.2.0",
elixir: "~> 1.7",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
@@ -30,7 +30,7 @@ defmodule MatrixAppService.MixProject do
defp package() do
[
- licenses: ["AGPLv3"],
+ licenses: ["AGPL-3.0"],
links: %{"GitLab" => "https://gitlab.com/kazarma/matrix_app_service.ex"}
]
end