diff options
Diffstat (limited to '')
-rw-r--r-- | lux-r/project.clj | 2 | ||||
-rw-r--r-- | lux-ruby/project.clj | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lux-r/project.clj b/lux-r/project.clj index 138d826fe..96e02e021 100644 --- a/lux-r/project.clj +++ b/lux-r/project.clj @@ -7,7 +7,7 @@ (defproject com.github.luxlang/lux-r #=(identity version) :description "An R 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")} :plugins [[com.github.luxlang/lein-luxc ~version]] :deploy-repositories [["releases" {:url ~sonatype-releases :creds :gpg}] diff --git a/lux-ruby/project.clj b/lux-ruby/project.clj index 5da89c1a4..c6cdfb6d9 100644 --- a/lux-ruby/project.clj +++ b/lux-ruby/project.clj @@ -6,7 +6,7 @@ (defproject com.github.luxlang/lux-ruby #=(identity version) :description "A Ruby 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")} |