diff options
Diffstat (limited to 'lux-cl')
-rw-r--r-- | lux-cl/project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-cl/project.clj b/lux-cl/project.clj index 4e9d6a68a..24ebf5589 100644 --- a/lux-cl/project.clj +++ b/lux-cl/project.clj @@ -6,7 +6,7 @@ (defproject com.github.luxlang/lux-cl #=(identity version) :description "A Common Lisp 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")} |