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