Skip to content

Commit

Permalink
This adds valid licenses for test. probably also needs to be merged i…
Browse files Browse the repository at this point in the history
…nto older hex versions for the hexpm matrix to pass
  • Loading branch information
supersimple committed May 28, 2024
1 parent 5e99d94 commit 5ec6dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/setup_hexpm.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Hexpm.init()
Hexpm.start()

pkg_meta = %{
"licenses" => ["GPL2", "MIT", "Apache"],
"licenses" => ["GPL-2.0", "MIT", "Apache-2.0"],
"links" => %{"docs" => "http://docs", "repo" => "http://repo"},
"description" => "Some description"
}
Expand Down

0 comments on commit 5ec6dca

Please sign in to comment.