Skip to content

Commit c6e823b

Browse files
Fix PomSettings to reflect reality
1 parent d9e1e04 commit c6e823b

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

build.mill

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,14 @@ trait SjsonnetPublishModule extends PublishModule {
3636
description = artifactName(),
3737
organization = "com.databricks",
3838
url = "https://github.com/databricks/sjsonnet",
39-
licenses = Seq(License.MIT),
39+
licenses = Seq(License.Apache2),
4040
versionControl = VersionControl.github("databricks", "sjsonnet"),
4141
developers = Seq(
42-
Developer("lihaoyi", "Li Haoyi", "https://github.com/lihaoyi")
42+
Developer(
43+
name = "Databricks Jsonnet Team",
44+
organization = "Databricks",
45+
url = "https://www.databricks.com"
46+
)
4347
)
4448
)
4549
}

0 commit comments

Comments
 (0)