summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sc b/build.sc
index 5fdfaa2a..a9e63b43 100755
--- a/build.sc
+++ b/build.sc
@@ -12,7 +12,7 @@ trait MillPublishModule extends PublishModule {
def pomSettings = PomSettings(
organization = "com.lihaoyi",
- description = publishName(),
+ description = artifactId(),
developers = Seq(Developer("lihaoyi", "Li Haoyi", "https://github.com/lihaoyi/mill")),
licenses = Seq(License("MIT License", "https://spdx.org/licenses/MIT.html#licenseText")),
scm = SCM("https://github.com/lihaoyi/mill", "scm:git:https://github.com/lihaoyi/mill.git"),