From fbbf30fa383eba4f3988f504afe81a1332769782 Mon Sep 17 00:00:00 2001 From: Matthew Johnston Date: Tue, 28 Nov 2023 12:02:28 -0600 Subject: [PATCH] fix incorrect github link --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index b7bc165..8420655 100644 --- a/mix.exs +++ b/mix.exs @@ -36,7 +36,7 @@ defmodule JsonLogic.Mixfile do defp package do %{ description: "Elixir implementation of JsonLogic", - links: %{github: "https://github.com/liuming/json_logic"}, + links: %{github: "https://github.com/liuming/json_logic_elixir"}, maintainers: ["Ming Liu"], licenses: ["MIT"] }