Skip to content

Commit

Permalink
Fixes licenses for the release samples (#1036)
Browse files Browse the repository at this point in the history
Co-authored-by: Todd Resudek <[email protected]>
  • Loading branch information
supersimple and supersimple committed May 29, 2024
1 parent e3d3d02 commit c561e70
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 c561e70

Please sign in to comment.