From 6ab3e5932d20c99dc9f82b280363c48eacf6dcee Mon Sep 17 00:00:00 2001 From: Aleksey Redkin Date: Fri, 6 Sep 2024 11:43:25 +0300 Subject: [PATCH] Fix variables (#4) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Алексей Редькин --- mix.exs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 2ebd88a..44de850 100644 --- a/mix.exs +++ b/mix.exs @@ -1,7 +1,7 @@ defmodule PhxKeycloak.MixProject do use Mix.Project - @source_url "https://github.com/balance-platform/phx_jeycloak" + @source_url "https://github.com/balance-platform/phx_keycloak" @version "0.3.0" def project do @@ -73,7 +73,7 @@ defmodule PhxKeycloak.MixProject do defp docs do [ main: "readme", - source_ref: "v#{@version}", + source_ref: @version, source_url: @source_url, extras: ["README.md"] ]