Skip to content

Commit

Permalink
Fix source url in mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
bjyoungblood committed Mar 13, 2024
1 parent 7a19ee4 commit 555db6b
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 CtrDrbg.MixProject do
use Mix.Project

@version "0.1.0"
@version "0.1.1"
@source_url "https://github.com/bjyoungblood/ctr_drbg"

def project do
Expand Down Expand Up @@ -40,7 +40,7 @@ defmodule CtrDrbg.MixProject do
defp package do
[
licenses: ["MIT"],
links: %{"GitHub" => "https://github.com/smartrent/grizzly"}
links: %{"GitHub" => @source_url}
]
end

Expand Down

0 comments on commit 555db6b

Please sign in to comment.