From d568fc74dd61e585bd24ac6e6f656b9d6716f453 Mon Sep 17 00:00:00 2001 From: Phil Chen <06fahchen@gmail.com> Date: Sat, 29 Jun 2024 12:25:51 +0800 Subject: [PATCH] doc: fix GitHub link --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index ee57414..931fa7a 100644 --- a/mix.exs +++ b/mix.exs @@ -26,7 +26,7 @@ defmodule TypedStructor.MixProject do name: "typed_structor", licenses: ["MIT"], links: %{ - "GitHub" => "https://github.com/Byzanteam/jet-ext" + "GitHub" => "https://github.com/elixir-typed-structor/typed_structor" } ] ]