From 584d98bdbeeead3a78f4f3bbd77c6a5e7bee2d93 Mon Sep 17 00:00:00 2001 From: Blake Kostner Date: Wed, 7 Feb 2024 14:21:30 -0700 Subject: [PATCH] chore: update mix package license value (#8) ## Checklist - [X] Code conforms to the [Elixir Styleguide](https://github.com/christopheradams/elixir_style_guide) ## Problem The mix package has an unlicensed tag ## Details Updates to apache 2 --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index de27da1..9b2cab7 100644 --- a/mix.exs +++ b/mix.exs @@ -42,7 +42,7 @@ defmodule Lunar.MixProject do defp package do [ files: ~w(lib mix.exs .formatter.exs README.md CHANGELOG.md), - licenses: ["UNLICENSED"], + licenses: ["Apache-2.0"], links: %{ Changelog: "https://github.com/stordco/lunar/releases", GitHub: "https://github.com/stordco/lunar"