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 (#1031)

Co-authored-by: Todd Resudek <[email protected]>
  • Loading branch information
supersimple and supersimple authored May 29, 2024
1 parent 5e99d94 commit e3d3d02
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 e3d3d02

Please sign in to comment.