Skip to content

Commit 4b36138

Browse files
committed
docs: improve documentation
1 parent 0b13d29 commit 4b36138

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

mix.exs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ defmodule Complex.Mixfile do
99
package: package(),
1010
elixir: "~> 1.12",
1111
deps: deps(),
12-
docs: [extras: [], before_closing_body_tag: &before_closing_body_tag/1]
12+
docs: [
13+
main: "Complex",
14+
authors: package()[:maintainers],
15+
extras: [],
16+
before_closing_body_tag: &before_closing_body_tag/1
17+
]
1318
]
1419
end
1520

@@ -36,10 +41,10 @@ defmodule Complex.Mixfile do
3641

3742
defp package do
3843
[
39-
maintainers: ["Tom Krauss"],
44+
maintainers: ["Tom Krauss", "Paulo Valente", "José Valim"],
4045
licenses: ["Apache 2.0"],
4146
links: %{
42-
"GitHub" => "https://github.com/twist-vector/elixir-complex.git",
47+
"GitHub" => "https://github.com/elixir-nx/complex.git",
4348
"Docs" => "http://hexdocs.pm/complex"
4449
}
4550
]

0 commit comments

Comments
 (0)