aboutsummaryrefslogtreecommitdiff
path: root/luxdoc/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'luxdoc/project.clj')
-rw-r--r--luxdoc/project.clj4
1 files changed, 2 insertions, 2 deletions
diff --git a/luxdoc/project.clj b/luxdoc/project.clj
index f2e960afb..de51950bb 100644
--- a/luxdoc/project.clj
+++ b/luxdoc/project.clj
@@ -1,8 +1,8 @@
(defproject luxdoc "0.5.0"
:description "Documentation generator for the Lux programming language's ."
:url "https://github.com/LuxLang/luxdoc"
- :license {:name "Mozilla Public License (Version 2.0)"
- :url "https://www.mozilla.org/en-US/MPL/2.0/"}
+ :license {:name "Lux License v0.1"
+ :url "https://github.com/LuxLang/lux/blob/master/license.txt"}
:plugins [[com.github.luxlang/lein-luxc "0.5.0"]]
:dependencies []
:repositories [["snapshots" "https://oss.sonatype.org/content/repositories/snapshots/"]