Skip to content

Commit 05bf044

Browse files
committed
fix: hex metadata
1 parent 4b536bf commit 05bf044

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

mix.exs

+6-4
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ defmodule Kabootar.MixProject do
55
[
66
app: :kabootar,
77
description: "Build human-in-the-loop conversation bots",
8-
licenses: ["GPL-3.0-only"],
9-
links: %{
10-
website: "https://tattle.co.in"
11-
},
8+
package: [
9+
licenses: ["GPL-3.0-only"],
10+
links: %{
11+
website: "https://tattle.co.in"
12+
}
13+
],
1214
version: "0.0.1",
1315
elixir: "~> 1.15",
1416
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)