summaryrefslogtreecommitdiff
path: root/docs/example-2/build.sc
diff options
context:
space:
mode:
Diffstat (limited to 'docs/example-2/build.sc')
-rw-r--r--docs/example-2/build.sc4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/example-2/build.sc b/docs/example-2/build.sc
index 30e4be05..9457b51a 100644
--- a/docs/example-2/build.sc
+++ b/docs/example-2/build.sc
@@ -9,9 +9,7 @@ object foo extends PublishModule{
description = "Hello",
organization = "com.lihaoyi",
url = "https://github.com/lihaoyi/example",
- licenses = Seq(
- License("MIT license", "http://www.opensource.org/licenses/mit-license.php")
- ),
+ licenses = Seq(License.MIT),
scm = SCM(
"git://github.com/lihaoyi/example.git",
"scm:git://github.com/lihaoyi/example.git"