Skip to content

Commit e4204a3

Browse files
committed
Fix typo in package information
1 parent 8acf08f commit e4204a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ defmodule Schism.MixProject do
4949
def package do
5050
[
5151
name: "schism",
52-
license: ["MIT"],
52+
licenses: ["MIT"],
5353
links: %{"GitHub" => "https://github.com/keathley/schism"},
5454
]
5555
end

0 commit comments

Comments
 (0)