We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b536bf commit 05bf044Copy full SHA for 05bf044
mix.exs
@@ -5,10 +5,12 @@ defmodule Kabootar.MixProject do
5
[
6
app: :kabootar,
7
description: "Build human-in-the-loop conversation bots",
8
- licenses: ["GPL-3.0-only"],
9
- links: %{
10
- website: "https://tattle.co.in"
11
- },
+ package: [
+ licenses: ["GPL-3.0-only"],
+ links: %{
+ website: "https://tattle.co.in"
12
+ }
13
+ ],
14
version: "0.0.1",
15
elixir: "~> 1.15",
16
start_permanent: Mix.env() == :prod,
0 commit comments