We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b13d29 commit 4b36138Copy full SHA for 4b36138
1 file changed
mix.exs
@@ -9,7 +9,12 @@ defmodule Complex.Mixfile do
9
package: package(),
10
elixir: "~> 1.12",
11
deps: deps(),
12
- docs: [extras: [], before_closing_body_tag: &before_closing_body_tag/1]
+ docs: [
13
+ main: "Complex",
14
+ authors: package()[:maintainers],
15
+ extras: [],
16
+ before_closing_body_tag: &before_closing_body_tag/1
17
+ ]
18
]
19
end
20
@@ -36,10 +41,10 @@ defmodule Complex.Mixfile do
36
41
37
42
defp package do
38
43
[
39
- maintainers: ["Tom Krauss"],
44
+ maintainers: ["Tom Krauss", "Paulo Valente", "José Valim"],
40
45
licenses: ["Apache 2.0"],
46
links: %{
- "GitHub" => "https://github.com/twist-vector/elixir-complex.git",
47
+ "GitHub" => "https://github.com/elixir-nx/complex.git",
48
"Docs" => "http://hexdocs.pm/complex"
49
}
50
0 commit comments