Skip to content

Commit

Permalink
update main page for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
enewbury committed Dec 26, 2021
1 parent 9c5ac5c commit 4d90b80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ defmodule Quarry.MixProject do
defp package() do
[
maintainers: ["Eric Newbury"],
licenses: ["Apache-2.0"],
licenses: ["MIT"],
links: %{"GitHub" => @source_url}
]
end

defp docs() do
[
main: "Readme",
main: "readme",
name: "Quarry",
source_ref: "v#{@version}",
canonical: "http://hexdocs.pm/quarry",
Expand Down

0 comments on commit 4d90b80

Please sign in to comment.