Skip to content

Commit

Permalink
fix: hex metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dennyabrain committed Aug 3, 2024
1 parent 4b536bf commit 05bf044
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ defmodule Kabootar.MixProject do
[
app: :kabootar,
description: "Build human-in-the-loop conversation bots",
licenses: ["GPL-3.0-only"],
links: %{
website: "https://tattle.co.in"
},
package: [
licenses: ["GPL-3.0-only"],
links: %{
website: "https://tattle.co.in"
}
],
version: "0.0.1",
elixir: "~> 1.15",
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 05bf044

Please sign in to comment.