Skip to content

Commit d22ecef

Browse files
authored
chore: remove .md extension from license file (#68)
1 parent 238d3dc commit d22ecef

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ defmodule Ueberauth.Github.Mixfile do
3838
extras: [
3939
"CHANGELOG.md": [title: "Changelog"],
4040
"CONTRIBUTING.md": [title: "Contributing"],
41-
"LICENSE.md": [title: "License"],
41+
LICENSE: [title: "License"],
4242
"README.md": [title: "Overview"]
4343
],
4444
main: "readme",
@@ -51,7 +51,7 @@ defmodule Ueberauth.Github.Mixfile do
5151
defp package do
5252
[
5353
description: "An Ueberauth strategy for using Github to authenticate your users.",
54-
files: ["lib", "mix.exs", "README.md", "LICENSE.md"],
54+
files: ["lib", "mix.exs", "README.md", "LICENSE"],
5555
maintainers: ["Daniel Neighman", "Sean Callan"],
5656
licenses: ["MIT"],
5757
links: %{

0 commit comments

Comments
 (0)