Skip to content

Commit 238d3dc

Browse files
authored
fix: license extension (#67)
1 parent acac91f commit 238d3dc

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

File renamed without changes.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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"],
54+
files: ["lib", "mix.exs", "README.md", "LICENSE.md"],
5555
maintainers: ["Daniel Neighman", "Sean Callan"],
5656
licenses: ["MIT"],
5757
links: %{

0 commit comments

Comments
 (0)