From e50e65d032286b2f1977977d1be5a35d1e339643 Mon Sep 17 00:00:00 2001 From: Matt Franczak Date: Wed, 13 Dec 2023 12:28:00 -0600 Subject: [PATCH] build: add license to package metadata --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index ff6479e..d0f6f8d 100644 --- a/mix.exs +++ b/mix.exs @@ -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