Skip to content

Commit

Permalink
Fix license declaration to appease sbt-header
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Oct 5, 2023
1 parent 022d817 commit d1e1641
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -211,9 +211,7 @@ inThisBuild(
),
organizationName := "Jack Henry & Associates, Inc.®",
startYear := Some(2019),
licenses += ("Apache-2.0", new URL(
"https://www.apache.org/licenses/LICENSE-2.0.txt"
)),
licenses := Seq(License.Apache2),
homepage := Some(url("https://github.com/banno/kafka4s")),
)
)
Expand Down

0 comments on commit d1e1641

Please sign in to comment.