From 572d3e408555adae05d3e53dcc2e96267f01379d Mon Sep 17 00:00:00 2001
From: Jake Morrison <jake@cogini.com>
Date: Wed, 17 Apr 2024 16:15:19 -0500
Subject: [PATCH] Fix license doc

---
 mix.exs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mix.exs b/mix.exs
index 1f67181..ca4456d 100644
--- a/mix.exs
+++ b/mix.exs
@@ -97,7 +97,7 @@ defmodule PrometheusExometer.MixProject do
       extras: [
         "README.md",
         "CHANGELOG.md": [title: "Changelog"],
-        "LICENSE.md": [title: "License (Apache-2.0)"],
+        "LICENSE": [title: "License (Mozilla Public License 2.0)"],
         "CONTRIBUTING.md": [title: "Contributing"],
         "CODE_OF_CONDUCT.md": [title: "Code of Conduct"]
       ],