Skip to content

Commit

Permalink
Fixes licenses for the release samples
Browse files Browse the repository at this point in the history
  • Loading branch information
supersimple committed May 29, 2024
1 parent 67dfb8a commit f417830
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/support/release_samples.ex
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ defmodule ReleaseMeta.MixProject do
description: "foo",
package: [
files: ["myfile.txt", "missing.txt", "missing/*"],
licenses: ["Apache"],
licenses: ["Apache-2.0"],
links: %{"a" => "http://a"},
extra: %{"c" => "d"}
]
Expand All @@ -101,7 +101,7 @@ defmodule ReleaseMetaNoFiles.MixProject do
description: "foo",
package: [
files: [],
licenses: ["Apache"],
licenses: ["Apache-2.0"],
links: %{"a" => "http://a"},
extra: %{"c" => "d"}
]
Expand Down

0 comments on commit f417830

Please sign in to comment.