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 cc17f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
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 cc17f7b

Please sign in to comment.