summaryrefslogtreecommitdiff
path: root/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'build.sc')
-rwxr-xr-xbuild.sc14
1 files changed, 2 insertions, 12 deletions
diff --git a/build.sc b/build.sc
index 1542dfd2..bc3c3cf3 100755
--- a/build.sc
+++ b/build.sc
@@ -19,18 +19,8 @@ trait MillPublishModule extends PublishModule{
description = artifactName(),
organization = "com.lihaoyi",
url = "https://github.com/lihaoyi/mill",
- licenses = Seq(
- License("MIT license", "http://www.opensource.org/licenses/mit-license.php")
- ),
- // TODO 0.1.4
- // licenses = Seq(License.MIT),
- scm = SCM(
- "git://github.com/lihaoyi/mill.git",
- "scm:git://github.com/lihaoyi/mill.git"
- ),
- // TODO 0.1.4:
- // versionControl = VersionControl.github("lihaoyi", "mill")
-
+ licenses = Seq(License.MIT),
+ versionControl = VersionControl.github("lihaoyi", "mill"),
developers = Seq(
Developer("lihaoyi", "Li Haoyi","https://github.com/lihaoyi")
)