From b2b853256b0360599d67ca9f44b361c2a2a75beb Mon Sep 17 00:00:00 2001 From: Paul Schoenfelder Date: Tue, 25 Oct 2022 13:31:01 -0400 Subject: [PATCH] fix: incorrect spdx license id --- mix.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mix.exs b/mix.exs index 32600ee..27dfbf5 100644 --- a/mix.exs +++ b/mix.exs @@ -61,7 +61,7 @@ defmodule Strukt.MixProject do [ files: ["lib", "mix.exs", "README.md", "LICENSE.md"], maintainers: ["Paul Schoenfelder"], - licenses: ["Apache 2.0"], + licenses: ["Apache-2.0"], links: %{ GitHub: "https://github.com/bitwalker/strukt" }