Skip to content

Commit

Permalink
chore: fix links in docs and add readme so hex.pm can parse it (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdgonzalez872 committed Apr 11, 2023
1 parent 586790c commit 45b3588
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mix.exs
Expand Up @@ -10,6 +10,10 @@ defmodule Retry.Mixfile do
version: "0.17.0",
elixir: "~> 1.11",
source_url: "https://github.com/safwank/ElixirRetry",
docs: [
extras: ["README.md"],
source_ref: "master"
],
build_embedded: Mix.env() == :prod,
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 45b3588

Please sign in to comment.