Skip to content

Commit

Permalink
This adds valid licenses for test.
Browse files Browse the repository at this point in the history
  • Loading branch information
supersimple committed May 29, 2024
1 parent 36f2f3e commit 63a456b
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 63a456b

Please sign in to comment.