diff options
Diffstat (limited to '')
-rw-r--r-- | stdlib/project.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/project.clj b/stdlib/project.clj index 62474fea1..7905f82b3 100644 --- a/stdlib/project.clj +++ b/stdlib/project.clj @@ -5,7 +5,7 @@ (defproject com.github.luxlang/stdlib #=(identity version) :url ~repo - :license {:name "Lux License v0.1" + :license {:name "Lux License v0.1.1" :url ~(str repo "/blob/master/license.txt")} :plugins [[com.github.luxlang/lein-luxc ~version]] :deploy-repositories [["releases" {:url ~sonatype-releases :creds :gpg}] |