From d22eceffe0a68b5042f541c55c4a52e6718afb19 Mon Sep 17 00:00:00 2001 From: Yordis Prieto Date: Fri, 17 Sep 2021 16:14:25 -0400 Subject: [PATCH] chore: remove .md extension from license file (#68) --- LICENSE.md => LICENSE | 0 mix.exs | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename LICENSE.md => LICENSE (100%) diff --git a/LICENSE.md b/LICENSE similarity index 100% rename from LICENSE.md rename to LICENSE diff --git a/mix.exs b/mix.exs index 77ce29e..89e8dc2 100644 --- a/mix.exs +++ b/mix.exs @@ -38,7 +38,7 @@ defmodule Ueberauth.Github.Mixfile do extras: [ "CHANGELOG.md": [title: "Changelog"], "CONTRIBUTING.md": [title: "Contributing"], - "LICENSE.md": [title: "License"], + LICENSE: [title: "License"], "README.md": [title: "Overview"] ], main: "readme", @@ -51,7 +51,7 @@ defmodule Ueberauth.Github.Mixfile do defp package do [ description: "An Ueberauth strategy for using Github to authenticate your users.", - files: ["lib", "mix.exs", "README.md", "LICENSE.md"], + files: ["lib", "mix.exs", "README.md", "LICENSE"], maintainers: ["Daniel Neighman", "Sean Callan"], licenses: ["MIT"], links: %{