From 235f59029be42de527ca0bab5c7dda1e25e781a1 Mon Sep 17 00:00:00 2001 From: ImNotAVirus <17680522+ImNotAVirus@users.noreply.github.com> Date: Mon, 21 Aug 2023 00:30:02 +0200 Subject: [PATCH] :memo: Typo --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 47facf1..68b40b5 100644 --- a/mix.exs +++ b/mix.exs @@ -50,7 +50,7 @@ defmodule ElvenGard.Network.MixProject do [ maintainers: ["ImNotAVirus"], licenses: ["MIT"], - links: %{github: @github_link}, + links: %{"GitHub" => @github_link}, files: ~w(lib CHANGELOG.md LICENSE.md mix.exs README.md) ] end