Skip to content

Commit

Permalink
Fix variables (#4)
Browse files Browse the repository at this point in the history
Co-authored-by: Алексей Редькин <alexey.redkin@192.168.1.2>
  • Loading branch information
alexxero and Алексей Редькин authored Sep 6, 2024
1 parent b1e26af commit 6ab3e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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"]
]
Expand Down

0 comments on commit 6ab3e59

Please sign in to comment.