Skip to content

Commit

Permalink
update license in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
dwickern committed Jan 5, 2025
1 parent 6e763de commit 1ea4509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ mimaPreviousArtifacts := {
// Release configuration
publishMavenStyle := true
// project meta data
licenses := Seq("BSD-2-Clause" -> url("https://opensource.org/licenses/BSD-2-Clause"))
licenses := Seq(License.Apache2)
homepage := Some(url("https://github.com/sbt/sbt-native-packager"))

scmInfo := Some(
Expand Down

0 comments on commit 1ea4509

Please sign in to comment.