Skip to content

Commit

Permalink
fix mix file
Browse files Browse the repository at this point in the history
  • Loading branch information
maennchen committed Dec 22, 2016
1 parent d288f8e commit 9f1339c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defmodule Crontab.Mixfile do
defp package do
[# These are the default files included in the package
name: :crontab,
files: ["lib", "mix.exs", "README*", "readme*", "LICENSE*", "license*"],
files: ["lib", "mix.exs", "README*", "LICENSE*"],
maintainers: ["Jonatan Männchen"],
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/sk-t/crontab",
Expand Down

0 comments on commit 9f1339c

Please sign in to comment.