Skip to content

Commit

Permalink
chore: remove .md extension from license file (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis authored Sep 17, 2021
1 parent 238d3dc commit d22ecef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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: %{
Expand Down

0 comments on commit d22ecef

Please sign in to comment.