Skip to content

Commit 624d569

Browse files
committed
Add links
1 parent ad5ac39 commit 624d569

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

mix.exs

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ defmodule EctoJob.Mixfile do
22
use Mix.Project
33

44
@version "0.1.0"
5+
@url "https://github.com/mbuhot/ecto_job"
56

67
def project do
78
[
@@ -28,7 +29,10 @@ defmodule EctoJob.Mixfile do
2829
defp package do
2930
[
3031
licenses: ["MIT"],
31-
maintainers: ["Mike Buhot (m.buhot@gmail.com)"]
32+
maintainers: ["Mike Buhot (m.buhot@gmail.com)"],
33+
links: %{
34+
"Github" => @url
35+
}
3236
]
3337
end
3438

@@ -45,8 +49,8 @@ defmodule EctoJob.Mixfile do
4549
[
4650
extras: ["README.md"],
4751
source_ref: "v#{@version}",
48-
source_url: "https://github.com/mbuhot/ecto_job",
49-
homepage_url: "https://github.com/mbuhot/ecto_job"
52+
source_url: @url,
53+
homepage_url: @url
5054
]
5155
end
5256

0 commit comments

Comments
 (0)