Skip to content

Commit

Permalink
fix: add hex related metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
dennyabrain committed Aug 3, 2024
1 parent 271c67f commit 4b536bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Kabootar
Build human-in-the-loop chat bots
Build human-in-the-loop conversation bots

## Installation

Expand Down
5 changes: 5 additions & 0 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ defmodule Kabootar.MixProject do
def project do
[
app: :kabootar,
description: "Build human-in-the-loop conversation bots",
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 4b536bf

Please sign in to comment.