Skip to content

Commit 45b3588

Browse files
chore: fix links in docs and add readme so hex.pm can parse it (#57)
1 parent 586790c commit 45b3588

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mix.exs

+4
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ defmodule Retry.Mixfile do
1010
version: "0.17.0",
1111
elixir: "~> 1.11",
1212
source_url: "https://github.com/safwank/ElixirRetry",
13+
docs: [
14+
extras: ["README.md"],
15+
source_ref: "master"
16+
],
1317
build_embedded: Mix.env() == :prod,
1418
start_permanent: Mix.env() == :prod,
1519
deps: deps(),

0 commit comments

Comments
 (0)