Skip to content

Commit ec88a03

Browse files
authored
Merge pull request #189 from dwyl/update-licence-issue-#188
PR: Update license identifier from "GNU GPL v2.0" to "GPL-2.0-or-later"
2 parents f05d86c + 1507650 commit ec88a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ defmodule Auth.Mixfile do
126126
[
127127
files: ~w(lib LICENSE mix.exs README.md),
128128
name: "auth",
129-
licenses: ["GNU GPL v2.0"],
129+
licenses: ["GPL-2.0-or-later"],
130130
maintainers: ["dwyl"],
131131
links: %{"GitHub" => "https://github.com/dwyl/auth"}
132132
]

0 commit comments

Comments
 (0)