Skip to content

Commit d2126a8

Browse files
committed
chore: Add missing metadata fields.
1 parent 395bb08 commit d2126a8

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

mix.exs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ defmodule HttpFetch.MixProject do
77
version: "0.1.0",
88
elixir: "~> 1.18",
99
start_permanent: Mix.env() == :prod,
10-
deps: deps()
10+
deps: deps(),
11+
description:
12+
"A browser-like HTTP fetch API for Elixir using Erlang's built-in :httpc module",
13+
licenses: ["MIT"],
14+
links: %{
15+
"GitHub" => "https://github.com/gsmlg-dev/http_fetch"
16+
}
1117
]
1218
end
1319

0 commit comments

Comments
 (0)