Skip to content

Commit

Permalink
Add links
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuhot committed Jan 20, 2018
1 parent ad5ac39 commit 624d569
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ defmodule EctoJob.Mixfile do
use Mix.Project

@version "0.1.0"
@url "https://github.com/mbuhot/ecto_job"

def project do
[
Expand All @@ -28,7 +29,10 @@ defmodule EctoJob.Mixfile do
defp package do
[
licenses: ["MIT"],
maintainers: ["Mike Buhot ([email protected])"]
maintainers: ["Mike Buhot ([email protected])"],
links: %{
"Github" => @url
}
]
end

Expand All @@ -45,8 +49,8 @@ defmodule EctoJob.Mixfile do
[
extras: ["README.md"],
source_ref: "v#{@version}",
source_url: "https://github.com/mbuhot/ecto_job",
homepage_url: "https://github.com/mbuhot/ecto_job"
source_url: @url,
homepage_url: @url
]
end

Expand Down

0 comments on commit 624d569

Please sign in to comment.