File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff 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 ]
You can’t perform that action at this time.
0 commit comments