summaryrefslogtreecommitdiff
path: root/docs/pages/1 - Intro to Mill.md
diff options
context:
space:
mode:
authorGuillaume Massé <masgui@gmail.com>2018-02-26 19:11:59 +0100
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-26 10:11:59 -0800
commitc537a7ba76f320fb770ad49817701932c7744640 (patch)
treeff745eec8a5918bee6b6012191d0292bb4aa4b42 /docs/pages/1 - Intro to Mill.md
parent2a59977d9c4aa23513d2c38a9fa151f9c11e8dc0 (diff)
downloadmill-c537a7ba76f320fb770ad49817701932c7744640.tar.gz
mill-c537a7ba76f320fb770ad49817701932c7744640.tar.bz2
mill-c537a7ba76f320fb770ad49817701932c7744640.zip
Add predefined licenses from spdx (#144)
* Add predefined licenses from spdx * Fix License usages
Diffstat (limited to 'docs/pages/1 - Intro to Mill.md')
-rw-r--r--docs/pages/1 - Intro to Mill.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/pages/1 - Intro to Mill.md b/docs/pages/1 - Intro to Mill.md
index f1b72a9d..65a83b8a 100644
--- a/docs/pages/1 - Intro to Mill.md
+++ b/docs/pages/1 - Intro to Mill.md
@@ -487,9 +487,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"