From 042ffa06a375be0a10018a1131d741adbe75ef53 Mon Sep 17 00:00:00 2001 From: Peter Richards Date: Tue, 6 Feb 2024 12:28:28 -0800 Subject: [PATCH] mix name --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 9f7ea9a..95691c2 100644 --- a/mix.exs +++ b/mix.exs @@ -28,7 +28,7 @@ defmodule Arpabex.MixProject do defp docs do [ main: "Arpabex", - name: "Arpabex", + name: "arpabex", source_ref: "v#{@version}", canonical: "https://hexdocs.pm/arpabex", source_url: @source_url,