Skip to content

Commit

Permalink
Merge pull request #5 from windymelt/fix-license
Browse files Browse the repository at this point in the history
Fixed license due to LICENSE
  • Loading branch information
windymelt authored Sep 7, 2023
2 parents 577d5fa + 87b098e commit 2882ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object qw extends RootModule with ScalaModule with PublishModule {
description = artifactName(),
organization = "io.github.windymelt",
url = "https://github.com/windymelt/qw.scala",
licenses = Seq(License.MIT),
licenses = Seq(License.`BSD-3-Clause`),
versionControl = VersionControl.github("windymelt", "qw.scala"),
developers = Seq(
Developer("windymelt", "windymelt", "https://github.com/windymelt")
Expand Down

0 comments on commit 2882ade

Please sign in to comment.