We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 577d5fa + 87b098e commit 2882adeCopy full SHA for 2882ade
build.sc
@@ -15,7 +15,7 @@ object qw extends RootModule with ScalaModule with PublishModule {
15
description = artifactName(),
16
organization = "io.github.windymelt",
17
url = "https://github.com/windymelt/qw.scala",
18
- licenses = Seq(License.MIT),
+ licenses = Seq(License.`BSD-3-Clause`),
19
versionControl = VersionControl.github("windymelt", "qw.scala"),
20
developers = Seq(
21
Developer("windymelt", "windymelt", "https://github.com/windymelt")
0 commit comments