Skip to content

Commit

Permalink
Package and metadata updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartstig committed Sep 24, 2018
1 parent 6f8bebb commit 242591b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,5 @@ $ iex -S mix

See [LICENSE](LICENSE) for more information.


_by Herman Singh of Matched Pattern_
8 changes: 5 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 242591b

Please sign in to comment.