We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9e1e04 commit c6e823bCopy full SHA for c6e823b
1 file changed
build.mill
@@ -36,10 +36,14 @@ trait SjsonnetPublishModule extends PublishModule {
36
description = artifactName(),
37
organization = "com.databricks",
38
url = "https://github.com/databricks/sjsonnet",
39
- licenses = Seq(License.MIT),
+ licenses = Seq(License.Apache2),
40
versionControl = VersionControl.github("databricks", "sjsonnet"),
41
developers = Seq(
42
- Developer("lihaoyi", "Li Haoyi", "https://github.com/lihaoyi")
+ Developer(
43
+ name = "Databricks Jsonnet Team",
44
+ organization = "Databricks",
45
+ url = "https://www.databricks.com"
46
+ )
47
)
48
49
}
0 commit comments