diff options
author | Pierre de Lacroix <pierre@pdelacroix.com> | 2020-12-01 16:06:36 +0100 |
---|---|---|
committer | Pierre de Lacroix <pierre@pdelacroix.com> | 2020-12-01 16:06:36 +0100 |
commit | b24fb7b9b696b0b1f493559d7723829a22c81450 (patch) | |
tree | 664f673196426d7c151e62ae870daa04caa337f3 | |
parent | remove logging (diff) |
update description
-rw-r--r-- | mix.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ defmodule MatrixAppService.MixProject do defp test_coverage(_), do: [tool: CoberturaCover, html_output: "cover"] defp description() do - "Library that adds Matrix Application Service functionalities to Phoenix applications." + "Build Matrix Application Services (bridges, bots...) in Elixir." end defp package() do |