build: add license to package metadata

This commit is contained in:
Matt Franczak 2023-12-13 12:28:00 -06:00
parent abb2d88f31
commit e50e65d032

View File

@ -38,7 +38,7 @@ defmodule OAuth2TokenManager.MixProject do
defp package do
[
licenses: [],
licenses: ["Apache-2.0"],
links: %{"GitHub" => "https://github.com/Brale-xyz/oauth2-token-manager"}
]
end