Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ defmodule ExClacks.MixProject do
elixir: "~> 1.15",
deps: deps(),
package: package(),
description: "A Plug that pays homage to Terry Pratchett",
source_url: @source_url,
docs: docs()
]
Expand All @@ -30,9 +29,9 @@ defmodule ExClacks.MixProject do

defp package do
%{
maintainers: ["'Ley Missailidis"],
description: "A Plug that pays homage to Terry Pratchett",
licenses: ["MIT"],
files: ~w(lib mix.exs README.md LICENSE.md CHANGELOG.md),
files: ~w(lib mix.exs .formatter.exs README.md LICENSE.md CHANGELOG.md),
links: %{"GitHub" => @source_url}
}
end
Expand Down