From 242591be76f6aac3f6bb82b3dc8dca1f1e39e3e8 Mon Sep 17 00:00:00 2001 From: Herman Singh Date: Mon, 24 Sep 2018 16:52:16 -0400 Subject: [PATCH] Package and metadata updates --- README.md | 2 ++ mix.exs | 8 +++++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e5bde82..e3f46c9 100644 --- a/README.md +++ b/README.md @@ -99,3 +99,5 @@ $ iex -S mix See [LICENSE](LICENSE) for more information. + +_by Herman Singh of Matched Pattern_ \ No newline at end of file diff --git a/mix.exs b/mix.exs index 940ab81..e742f75 100644 --- a/mix.exs +++ b/mix.exs @@ -4,6 +4,7 @@ defmodule ExHealth.MixProject do def project do [ app: :ex_health, + description: "A health check utility for any OTP application", version: "0.1.0", elixir: "~> 1.7", start_permanent: Mix.env() == :prod, @@ -45,10 +46,11 @@ defmodule ExHealth.MixProject do defp package do [ - name: "ExHealth", - organization: "Matched Pattern, LLC", + name: "ex_health", licenses: ["MIT"], - links: ["https://github.com/MatchedPattern/ex_health"], + links: %{ + git: "https://github.com/MatchedPattern/ex_health" + }, maintainers: ["Herman Singh"], source_url: "https://github.com/MatchedPattern/ex_health", homepage_url: "https://github.com/MatchedPattern/ex_health"