Skip to content

Commit

Permalink
Move changelog first for convenience in hexdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
fhunleth committed Oct 21, 2021
1 parent 614bbaa commit 557091b
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 @@ -60,14 +60,14 @@ defmodule MuonTrap.MixProject do
defp package() do
[
files: [
"CHANGELOG.md",
"lib",
"src/*.[ch]",
"src/Makefile",
"Makefile",
"mix.exs",
"README.md",
"LICENSE",
"CHANGELOG.md"
"LICENSE"
],
licenses: ["Apache-2.0"],
links: %{"GitHub" => @source_url}
Expand Down

0 comments on commit 557091b

Please sign in to comment.