aboutsummaryrefslogtreecommitdiff
path: root/lux-python/project.clj
diff options
context:
space:
mode:
Diffstat (limited to 'lux-python/project.clj')
-rw-r--r--lux-python/project.clj2
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-python/project.clj b/lux-python/project.clj
index 887cd2b89..88f4cec40 100644
--- a/lux-python/project.clj
+++ b/lux-python/project.clj
@@ -6,7 +6,7 @@
(defproject com.github.luxlang/lux-python #=(identity version)
:description "A Python compiler for Lux."
:url ~repo
- :license {:name "Lux License v0.1"
+ :license {:name "Lux License v0.1.1"
:url ~(str repo "/blob/master/license.txt")}
:scm {:name "git"
:url ~(str repo ".git")}