Skip to content

Commit

Permalink
chore: update mix package license value (#8)
Browse files Browse the repository at this point in the history
## Checklist

<!--
For each bullet, ensure your pr meets the criteria and write a note
explaining how this PR relates. Mark them as complete as they are done.
All top-level checkboxes should be checked regardless of their relevance
to the pr with a note explaining whether they are relevant or not.
-->

- [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
  • Loading branch information
btkostner committed Feb 7, 2024
1 parent 40328fe commit 584d98b
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 @@ -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"
Expand Down

0 comments on commit 584d98b

Please sign in to comment.