Skip to content

Commit 9e51556

Browse files
add more package info
1 parent 7fc71c1 commit 9e51556

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

mix.exs

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ defmodule CONREC.MixProject do
55
[
66
app: :conrex,
77
description: description(),
8+
package: package(),
89
version: "1.0.0",
9-
licenses: ["MIT"],
1010
elixir: "~> 1.9",
11-
deps: deps()
11+
deps: deps(),
12+
source_url: "https://github.com/NAISorg/conrex/"
1213
]
1314
end
1415

@@ -19,6 +20,15 @@ defmodule CONREC.MixProject do
1920
"""
2021
end
2122

23+
defp package() do
24+
%{
25+
name: "conrex",
26+
organization: "nais",
27+
licenses: ["MIT"],
28+
links: %{"GitHub" => "https://github.com/NAISorg/conrex/"}
29+
}
30+
end
31+
2232
defp deps do
2333
[
2434
{:geo, "~> 3.1"},

0 commit comments

Comments
 (0)