Skip to content

Commit 2882ade

Browse files
authored
Merge pull request #5 from windymelt/fix-license
Fixed license due to LICENSE
2 parents 577d5fa + 87b098e commit 2882ade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ object qw extends RootModule with ScalaModule with PublishModule {
1515
description = artifactName(),
1616
organization = "io.github.windymelt",
1717
url = "https://github.com/windymelt/qw.scala",
18-
licenses = Seq(License.MIT),
18+
licenses = Seq(License.`BSD-3-Clause`),
1919
versionControl = VersionControl.github("windymelt", "qw.scala"),
2020
developers = Seq(
2121
Developer("windymelt", "windymelt", "https://github.com/windymelt")

0 commit comments

Comments
 (0)